File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/e2e/tests/regression/tree-view Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { BrowserPage, WorkbenchPage } from '../../../pageObjects';
3
3
import {
4
4
commonUrl ,
5
5
ossStandaloneBigConfig ,
6
- ossStandaloneConfig
6
+ ossStandaloneRedisearch
7
7
} from '../../../helpers/conf' ;
8
8
import { KeyTypesTexts , rte } from '../../../helpers/constants' ;
9
9
import { deleteStandaloneDatabaseApi } from '../../../helpers/api/api-database' ;
@@ -23,11 +23,11 @@ fixture `Tree view verifications`
23
23
} ) ;
24
24
test
25
25
. before ( async ( ) => {
26
- await acceptLicenseTermsAndAddDatabaseApi ( ossStandaloneConfig , ossStandaloneConfig . databaseName ) ;
26
+ await acceptLicenseTermsAndAddDatabaseApi ( ossStandaloneRedisearch , ossStandaloneRedisearch . databaseName ) ;
27
27
} )
28
28
. after ( async ( ) => {
29
29
// Delete database
30
- await deleteStandaloneDatabaseApi ( ossStandaloneConfig ) ;
30
+ await deleteStandaloneDatabaseApi ( ossStandaloneRedisearch ) ;
31
31
} ) ( 'Verify that user can see message "No keys to display." when there are no keys in the database' , async t => {
32
32
const message = 'No keys to display.Use Workbench Guides and Tutorials to quickly load the data.' ;
33
33
You can’t perform that action at this time.
0 commit comments