Skip to content

Commit cf23739

Browse files
committed
test 6
1 parent f9ca7ad commit cf23739

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/tests/web/critical-path/url-handling/url-handling.e2e.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,12 @@ test
7676
};
7777

7878
await t.navigateTo(generateLink(connectUrlParams));
79-
await t.wait(10_000);
79+
await t.wait(7_000);
8080
await t.expect(workbenchPage.closeEnablementPage.exists).ok('Redirection to Workbench tutorial is not correct');
8181

8282
//Verify that the same db is not added
8383
await t.navigateTo(generateLink(connectUrlParams));
84+
await t.wait(5_000);
8485
await t.click(workbenchPage.NavigationPanel.myRedisDBButton);
8586
await t.expect(browserPage.notification.exists).notOk({ timeout: 10000 });
8687
await t.expect(myRedisDatabasePage.dbNameList.child('span').withExactText(databaseName).count).eql(2, 'the same db is added twice');

0 commit comments

Comments
 (0)