Minor test futzing

This commit is contained in:
2020-05-26 13:35:50 +01:00
parent 08f40bce9e
commit 7356d020b2
4 changed files with 13 additions and 24 deletions

View File

@@ -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):