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 4d7aa60 commit e123818Copy full SHA for e123818
tests/e2e/tests/web/critical-path/url-handling/url-handling.e2e.ts
@@ -42,6 +42,7 @@ test
42
await t.navigateTo(generateLink(connectUrlParams));
43
await t.expect(myRedisDatabasePage.AddRedisDatabase.disabledDatabaseInfo.nth(0).getAttribute('title')).contains(host, 'Wrong host value');
44
await t.expect(myRedisDatabasePage.AddRedisDatabase.disabledDatabaseInfo.nth(1).getAttribute('title')).contains(port, 'Wrong port value');
45
+ await t.wait(5_000);
46
await t.click(myRedisDatabasePage.AddRedisDatabase.addRedisDatabaseButton);
47
// wait for db is added
48
await t.wait(10_000);
0 commit comments