File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
tests/e2e/tests/critical-path/database Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
import * as path from 'path' ;
2
2
import { rte } from '../../../helpers/constants' ;
3
3
import { BrowserPage , MyRedisDatabasePage } from '../../../pageObjects' ;
4
- import { commonUrl , ossStandaloneConfig } from '../../../helpers/conf' ;
4
+ import { commonUrl } from '../../../helpers/conf' ;
5
5
import { DatabaseHelper } from '../../../helpers/database' ;
6
6
import { DatabaseAPIRequests } from '../../../helpers/api/api-database' ;
7
7
import { DatabasesActions } from '../../../common-actions/databases-actions' ;
@@ -84,7 +84,6 @@ fixture `Import databases`
84
84
// Delete all existing connections
85
85
await databaseAPIRequests . deleteAllDatabasesApi ( ) ;
86
86
await databaseHelper . acceptLicenseTerms ( ) ;
87
- await databaseAPIRequests . addNewStandaloneDatabaseApi ( ossStandaloneConfig ) ;
88
87
await myRedisDatabasePage . reloadPage ( ) ;
89
88
} )
90
89
. afterEach ( async ( ) => {
You can’t perform that action at this time.
0 commit comments