Fix event checklist on mobile

This commit is contained in:
2020-10-06 16:08:38 +01:00
parent 0b751d62df
commit f147f19140
6 changed files with 236 additions and 228 deletions

View File

@@ -271,10 +271,6 @@ 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))