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 d7424cc commit daad6caCopy full SHA for daad6ca
tests/e2e/tests/web/critical-path/url-handling/url-handling.e2e.ts
@@ -58,7 +58,7 @@ test
58
// Delete all existing connections
59
await t.click(myRedisDatabasePage.NavigationPanel.myRedisDBButton);
60
await myRedisDatabasePage.clickOnDBByName(databaseName);
61
- await browserPage.Cli.sendCommandInCli('acl DELUSER alice');
+ await browserPage.Cli.sendCommandInCli('acl DELUSER alice&&');
62
await databaseAPIRequests.deleteAllDatabasesApi();
63
})
64
.page(commonUrl)('Add DB using url automatically', async t => {
0 commit comments