Skip to content

Commit f25db67

Browse files
committed
fix
1 parent 619d103 commit f25db67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/tests/web/smoke/cli/cli.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { commonUrl, ossStandaloneConfig } from '../../../../helpers/conf';
55
import { Common } from '../../../../helpers/common';
66
import { DatabaseAPIRequests } from '../../../../helpers/api/api-database';
77
import { APIKeyRequests } from '../../../../helpers/api/api-keys';
8-
import { goBackHistory, openRedisHomePage } from '../../../../helpers/utils';
8+
import { goBackHistory } from '../../../../helpers/utils';
99

1010
const myRedisDatabasePage = new MyRedisDatabasePage();
1111
const browserPage = new BrowserPage();
@@ -75,7 +75,7 @@ test.skip('Verify that user can use unblocking command', async t => {
7575
// Verify that user input is blocked
7676
await t.expect(browserPage.Cli.cliCommandInput.exists).notOk('Cli input is still shown');
7777
// Create new window to unblock the client
78-
await openRedisHomePage();
78+
await t.click(myRedisDatabasePage.NavigationPanel.myRedisDBButton);
7979
await myRedisDatabasePage.clickOnDBByName(ossStandaloneConfig.databaseName);
8080
// Open CLI
8181
await t.click(browserPage.Cli.cliExpandButton);

0 commit comments

Comments
 (0)