diff --git a/airgun/views/common.py b/airgun/views/common.py index a209b3fdc..9f34c10cf 100644 --- a/airgun/views/common.py +++ b/airgun/views/common.py @@ -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()