File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/e2e/tests/electron/regression/monitor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ import { WorkbenchActions } from '../../../../common-actions/workbench-actions';
12
12
const myRedisDatabasePage = new MyRedisDatabasePage ( ) ;
13
13
const workbenchPage = new WorkbenchPage ( ) ;
14
14
const browserPage = new BrowserPage ( ) ;
15
- const { acceptLicenseTermsAndAddDatabaseApi } = new DatabaseHelper ( ) ;
16
15
const databaseAPIRequests = new DatabaseAPIRequests ( ) ;
17
16
const workbenchActions = new WorkbenchActions ( ) ;
17
+ const databaseHelper = new DatabaseHelper ( ) ;
18
18
19
19
fixture `Monitor`
20
20
. meta ( { type : 'critical_path' , rte : rte . standalone } )
21
21
. page ( commonUrl ) ;
22
22
23
23
test
24
24
. before ( async t => {
25
- await acceptLicenseTermsAndAddDatabaseApi ( ossStandaloneConfig ) ;
25
+ await databaseHelper . acceptLicenseTermsAndAddDatabaseApi ( ossStandaloneConfig ) ;
26
26
await browserPage . Cli . sendCommandInCli ( 'acl setuser noperm nopass on +@all ~* -monitor -client' ) ;
27
27
// Check command result in CLI
28
28
await t . click ( browserPage . Cli . cliExpandButton ) ;
You can’t perform that action at this time.
0 commit comments