Skip to content

Commit 530e181

Browse files
author
Alena Naboka
committed
[E2E] add web tests
1 parent fb83fe2 commit 530e181

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/tests/regression/pub-sub/pub-sub-oss-cluster-7.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
} from '../../../helpers/database';
44
import { MyRedisDatabasePage, PubSubPage, CliPage } from '../../../pageObjects';
55
import { commonUrl, ossStandaloneConfig, ossClusterConfig } from '../../../helpers/conf';
6-
import { rte } from '../../../helpers/constants';
6+
import { rte, env } from '../../../helpers/constants';
77
import { verifyMessageDisplayingInPubSub } from '../../../helpers/pub-sub';
88
import {
99
addNewOSSClusterDatabaseApi, addNewStandaloneDatabaseApi,
@@ -15,7 +15,7 @@ const pubSubPage = new PubSubPage();
1515
const cliPage = new CliPage();
1616

1717
fixture `PubSub OSS Cluster 7 tests`
18-
.meta({ type: 'regression' })
18+
.meta({ env: env.web, type: 'regression' })
1919
.page(commonUrl);
2020

2121
test

0 commit comments

Comments
 (0)