What about this?

Swear I spend my life jiggerypokerying the damn test suite...
This commit is contained in:
2021-01-26 21:51:59 +00:00
parent 18a091f8ea
commit a99e4b1d1c
4 changed files with 10 additions and 13 deletions

View File

@@ -243,6 +243,7 @@ class AssetAuditList(AssetList):
# self.wait.until(lambda x: not self.is_displayed) TODO
def close(self):
previous_errors = self.errors
self.page.find_element(*self._close_selector).click()
def remove_all_required(self):