Skip to content

Commit daad6ca

Browse files
fix for user name
1 parent d7424cc commit daad6ca

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
@@ -58,7 +58,7 @@ test
5858
// Delete all existing connections
5959
await t.click(myRedisDatabasePage.NavigationPanel.myRedisDBButton);
6060
await myRedisDatabasePage.clickOnDBByName(databaseName);
61-
await browserPage.Cli.sendCommandInCli('acl DELUSER alice');
61+
await browserPage.Cli.sendCommandInCli('acl DELUSER alice&&');
6262
await databaseAPIRequests.deleteAllDatabasesApi();
6363
})
6464
.page(commonUrl)('Add DB using url automatically', async t => {

0 commit comments

Comments
 (0)