FIX?: What about this way...

This commit is contained in:
2020-02-27 09:55:27 +00:00
parent 1f663c8919
commit 24284f9d55
2 changed files with 9 additions and 13 deletions

View File

@@ -202,10 +202,6 @@ class AssetAuditList(AssetList):
def search(self):
self.find_element(*self._go_button_locator).click()
@property
def modal_is_displayed(self):
return self.driver.find_element_by_id('modal').is_displayed()
@property
def error(self):
try: