mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-23 08:22:15 +00:00
Minor test futzing
This commit is contained in:
@@ -155,7 +155,7 @@ class CreateEvent(FormPage):
|
||||
self.find_element(*self._add_item_selector).click()
|
||||
element = self.driver.find_element_by_id('itemModal')
|
||||
self.wait.until(EC.visibility_of(element))
|
||||
return regions.ItemModal(self, element)
|
||||
return rigs_regions.ItemModal(self, element)
|
||||
|
||||
@property
|
||||
def success(self):
|
||||
|
||||
Reference in New Issue
Block a user