Skip to content

Commit d70788e

Browse files
committed
test: fix windows test
1 parent dbeefe3 commit d70788e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sample/Tests/test/test_windows.py

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ def tearDownClass(cls):
2020
stop_sample_app()
2121

2222
def test_1_device_code_login(self):
23+
# Select use device code auth
24+
self.altdriver.find_object(By.NAME, "DeviceCodeAuth").tap()
25+
2326
# Wait for unauthenticated screen
2427
self.altdriver.wait_for_current_scene_to_be("UnauthenticatedScene")
2528

0 commit comments

Comments
 (0)