You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tests/functional/spec/timeout/timeout_modal.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ class TestCase {
33
33
testCaseExtendedNewWindow(page){
34
34
it("When the timeout modal is displayed, but I open a new window and then focus back on the timeout modal window, Then my session will be extended",async()=>{
35
35
awaitthis.checkTimeoutModal();
36
-
awaitbrowser.newWindow("");
36
+
awaitbrowser.newWindow("https://example.com");
37
37
awaitbrowser.switchWindow(awaitpage.pageName);
38
38
awaitbrowser.refresh();
39
39
awaitbrowser.pause(65000);// Waiting 65 seconds to sanity check that it hasn’t expired
0 commit comments