Skip to content

Commit

Permalink
Testing a hard sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
sambible committed Sep 6, 2024
1 parent dec1ed5 commit 739cc7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airgun/views/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ def remove(self, value):
def read(self):
"""Read all table values from both resource tables"""
self.browser.wait_for_element(self.table, exception=False, visible=True)
sleep(3)
self.select_status("All")
return self.table.read()

Expand Down

0 comments on commit 739cc7f

Please sign in to comment.