Okay so what locale is the CI server on

This commit is contained in:
Matthew Smith
2020-05-27 02:47:12 +01:00
parent a0f571c783
commit c616c8dbe5

View File

@@ -232,6 +232,7 @@ class TestEventCreate(BaseRigboardTest):
self.page.person_selector.set_option(self.client.name, True)
self.page.person_selector.toggle()
self.assertFalse(self.page.person_selector.is_open)
print(self.driver.execute_script("return window.navigator.userLanguage || window.navigator.language;"))
self.page.name = "Access Validation Test"