Skip to content

Commit b7f8581

Browse files
committed
increase wait
1 parent cec4749 commit b7f8581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ test
8181

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

0 commit comments

Comments
 (0)