Skip to content

Commit d889dcd

Browse files
Merge pull request #2530 from RedisInsight/e2e/bugfix/release/2.32.0
fix import
2 parents 3c6e053 + 31da0bc commit d889dcd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/e2e/tests/critical-path/database/import-databases.e2e.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as path from 'path';
22
import { rte } from '../../../helpers/constants';
33
import { BrowserPage, MyRedisDatabasePage } from '../../../pageObjects';
4-
import { commonUrl, ossStandaloneConfig } from '../../../helpers/conf';
4+
import { commonUrl } from '../../../helpers/conf';
55
import { DatabaseHelper } from '../../../helpers/database';
66
import { DatabaseAPIRequests } from '../../../helpers/api/api-database';
77
import { DatabasesActions } from '../../../common-actions/databases-actions';
@@ -84,7 +84,6 @@ fixture `Import databases`
8484
// Delete all existing connections
8585
await databaseAPIRequests.deleteAllDatabasesApi();
8686
await databaseHelper.acceptLicenseTerms();
87-
await databaseAPIRequests.addNewStandaloneDatabaseApi(ossStandaloneConfig);
8887
await myRedisDatabasePage.reloadPage();
8988
})
9089
.afterEach(async() => {

0 commit comments

Comments
 (0)