We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3b4ed commit 2821052Copy full SHA for 2821052
sample/Tests/test/test_windows.py
@@ -145,11 +145,11 @@ def test_7_reconnect_connect_imx(self):
145
launch_browser()
146
bring_sample_app_to_foreground()
147
self.get_altdriver().find_object(By.NAME, "LogoutBtn").tap()
148
- time.sleep(5)
+ time.sleep(10) # Give more time for logout browser process
149
150
151
- # Wait for authenticated screen
152
- self.get_altdriver().wait_for_current_scene_to_be("UnauthenticatedScene")
+ # Wait for authenticated screen with longer timeout for logout
+ self.get_altdriver().wait_for_current_scene_to_be("UnauthenticatedScene", timeout=60)
153
stop_browser()
154
print("Logged out")
155
0 commit comments