File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/e2e/tests/web/smoke/cli Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { commonUrl, ossStandaloneConfig } from '../../../../helpers/conf';
5
5
import { Common } from '../../../../helpers/common' ;
6
6
import { DatabaseAPIRequests } from '../../../../helpers/api/api-database' ;
7
7
import { APIKeyRequests } from '../../../../helpers/api/api-keys' ;
8
- import { goBackHistory , openRedisHomePage } from '../../../../helpers/utils' ;
8
+ import { goBackHistory } from '../../../../helpers/utils' ;
9
9
10
10
const myRedisDatabasePage = new MyRedisDatabasePage ( ) ;
11
11
const browserPage = new BrowserPage ( ) ;
@@ -75,7 +75,7 @@ test.skip('Verify that user can use unblocking command', async t => {
75
75
// Verify that user input is blocked
76
76
await t . expect ( browserPage . Cli . cliCommandInput . exists ) . notOk ( 'Cli input is still shown' ) ;
77
77
// Create new window to unblock the client
78
- await openRedisHomePage ( ) ;
78
+ await t . click ( myRedisDatabasePage . NavigationPanel . myRedisDBButton ) ;
79
79
await myRedisDatabasePage . clickOnDBByName ( ossStandaloneConfig . databaseName ) ;
80
80
// Open CLI
81
81
await t . click ( browserPage . Cli . cliExpandButton ) ;
You can’t perform that action at this time.
0 commit comments