Skip to content

Commit 415236d

Browse files
committed
fix for failed test
1 parent f7f5f2c commit 415236d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/e2e/tests/regression/tree-view/tree-view.e2e.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { BrowserPage, WorkbenchPage } from '../../../pageObjects';
33
import {
44
commonUrl,
55
ossStandaloneBigConfig,
6-
ossStandaloneConfig
6+
ossStandaloneRedisearch
77
} from '../../../helpers/conf';
88
import { KeyTypesTexts, rte } from '../../../helpers/constants';
99
import { deleteStandaloneDatabaseApi } from '../../../helpers/api/api-database';
@@ -23,11 +23,11 @@ fixture `Tree view verifications`
2323
});
2424
test
2525
.before(async() => {
26-
await acceptLicenseTermsAndAddDatabaseApi(ossStandaloneConfig, ossStandaloneConfig.databaseName);
26+
await acceptLicenseTermsAndAddDatabaseApi(ossStandaloneRedisearch, ossStandaloneRedisearch.databaseName);
2727
})
2828
.after(async() => {
2929
// Delete database
30-
await deleteStandaloneDatabaseApi(ossStandaloneConfig);
30+
await deleteStandaloneDatabaseApi(ossStandaloneRedisearch);
3131
})('Verify that user can see message "No keys to display." when there are no keys in the database', async t => {
3232
const message = 'No keys to display.Use Workbench Guides and Tutorials to quickly load the data.';
3333

0 commit comments

Comments
 (0)