mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-22 07:52:15 +00:00
FIX?: What about this way...
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user