mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Maybe this'll make it appear?
This commit is contained in:
@@ -232,7 +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;"))
|
||||
print("Language: " + self.driver.execute_script("return window.navigator.userLanguage || window.navigator.language;"), file=sys.stderr)
|
||||
|
||||
self.page.name = "Access Validation Test"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user