Skip to content

Commit f9ca7ad

Browse files
committed
test 5
1 parent be2e6f7 commit f9ca7ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test
4444
await t.expect(myRedisDatabasePage.AddRedisDatabase.disabledDatabaseInfo.nth(1).getAttribute('title')).contains(port, 'Wrong port value');
4545
await t.click(myRedisDatabasePage.AddRedisDatabase.addRedisDatabaseButton);
4646
// wait for db is added
47-
// await t.wait(10_000);
47+
await t.wait(7_000);
4848
await t.expect(workbenchPage.closeEnablementPage.exists).ok('Redirection to Workbench tutorial is not correct');
4949
});
5050

@@ -76,7 +76,7 @@ test
7676
};
7777

7878
await t.navigateTo(generateLink(connectUrlParams));
79-
// await t.wait(15_000);
79+
await t.wait(10_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

0 commit comments

Comments
 (0)