File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/e2e/tests/regression/pub-sub Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
} from '../../../helpers/database' ;
4
4
import { MyRedisDatabasePage , PubSubPage , CliPage } from '../../../pageObjects' ;
5
5
import { commonUrl , ossStandaloneConfig , ossClusterConfig } from '../../../helpers/conf' ;
6
- import { rte } from '../../../helpers/constants' ;
6
+ import { rte , env } from '../../../helpers/constants' ;
7
7
import { verifyMessageDisplayingInPubSub } from '../../../helpers/pub-sub' ;
8
8
import {
9
9
addNewOSSClusterDatabaseApi , addNewStandaloneDatabaseApi ,
@@ -15,7 +15,7 @@ const pubSubPage = new PubSubPage();
15
15
const cliPage = new CliPage ( ) ;
16
16
17
17
fixture `PubSub OSS Cluster 7 tests`
18
- . meta ( { type : 'regression' } )
18
+ . meta ( { env : env . web , type : 'regression' } )
19
19
. page ( commonUrl ) ;
20
20
21
21
test
You can’t perform that action at this time.
0 commit comments