mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-23 08:22:15 +00:00
Fix event checklist on mobile
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user