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 9, 2024
1 parent dec1ed5 commit 91bee73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airgun/views/common.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from time import sleep
from widgetastic.widget import (
Checkbox,
ConditionalSwitchableView,
Expand Down Expand Up @@ -465,6 +466,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 91bee73

Please sign in to comment.