Skip to content

Commit

Permalink
Add wait_displayed to repo table read
Browse files Browse the repository at this point in the history
  • Loading branch information
sambible committed Sep 6, 2024
1 parent 44b9372 commit 3a8eefa
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 @@ -464,6 +464,7 @@ def remove(self, value):

def read(self):
"""Read all table values from both resource tables"""
self.table.wait_displayed()
self.select_status("All")
return self.table.read()

Expand Down

0 comments on commit 3a8eefa

Please sign in to comment.