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 f9ca7ad commit cf23739Copy full SHA for cf23739
tests/e2e/tests/web/critical-path/url-handling/url-handling.e2e.ts
@@ -76,11 +76,12 @@ test
76
};
77
78
await t.navigateTo(generateLink(connectUrlParams));
79
- await t.wait(10_000);
+ await t.wait(7_000);
80
await t.expect(workbenchPage.closeEnablementPage.exists).ok('Redirection to Workbench tutorial is not correct');
81
82
//Verify that the same db is not added
83
84
+ await t.wait(5_000);
85
await t.click(workbenchPage.NavigationPanel.myRedisDBButton);
86
await t.expect(browserPage.notification.exists).notOk({ timeout: 10000 });
87
await t.expect(myRedisDatabasePage.dbNameList.child('span').withExactText(databaseName).count).eql(2, 'the same db is added twice');
0 commit comments