mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-20 23:12:15 +00:00
Yet more test shenanigans
Can you tell I'm getting fed up?
This commit is contained in:
@@ -652,7 +652,6 @@ class TestCalendar(BaseRigboardTest):
|
||||
|
||||
|
||||
@screenshot_failure_cls
|
||||
@pytest.mark.xfail(reason="Bootstrap select handling broken for some reason, pending rewrite", run=False)
|
||||
class TestHealthAndSafety(BaseRigboardTest):
|
||||
def setUp(self):
|
||||
super().setUp()
|
||||
@@ -871,8 +870,8 @@ class TestHealthAndSafety(BaseRigboardTest):
|
||||
self.page.hs_location = "The Moon"
|
||||
self.page.extinguishers_location = "With the rest of the fire"
|
||||
# If we do this first the search fails, for ... reasons
|
||||
self.page.power_mic.search(self.profile.name)
|
||||
# self.page.power_mic.toggle()
|
||||
self.page.power_mic.search("Test") # FIXME
|
||||
self.page.power_mic.toggle()
|
||||
self.assertFalse(self.page.power_mic.is_open)
|
||||
|
||||
vehicle_name = 'Brian'
|
||||
|
||||
Reference in New Issue
Block a user