Skip to content

Commit 3e97627

Browse files
committed
Fix timeout test
1 parent a7f8e35 commit 3e97627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/spec/timeout/timeout_modal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class TestCase {
3333
testCaseExtendedNewWindow(page) {
3434
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 () => {
3535
await this.checkTimeoutModal();
36-
await browser.newWindow("");
36+
await browser.newWindow("https://example.com");
3737
await browser.switchWindow(await page.pageName);
3838
await browser.refresh();
3939
await browser.pause(65000); // Waiting 65 seconds to sanity check that it hasn’t expired

0 commit comments

Comments
 (0)