Fix tests

This commit is contained in:
2020-09-30 09:08:20 +01:00
parent 84c4ec03de
commit f70421b8ca
4 changed files with 879 additions and 858 deletions

View File

@@ -271,6 +271,10 @@ class CreateEventChecklist(FormPage):
def add_crew(self):
self.find_element(*self._add_crew_locator).click()
@property
def bottom(self):
return self.find_element(*self._submit_locator)
@property
def power_mic(self):
return regions.BootstrapSelectElement(self, self.find_element(*self._power_mic_selector))