mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-30 03:42:15 +00:00
Fix tests
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user