Skip to content

Commit f03cb66

Browse files
committed
upd of circleci config
1 parent 93b5c18 commit f03cb66

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,7 @@ jobs:
383383
description: Number of threads to run tests
384384
type: integer
385385
default: 1
386-
# parallelism: << parameters.parallelism >>
387-
parallelism: 1
386+
parallelism: << parameters.parallelism >>
388387
steps:
389388
- checkout
390389
- when:

tests/e2e/tests/critical-path/pub-sub/subscribe-unsubscribe.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ test('Verify that user can see a internal link to pubsub window under word “Pu
9797
//Verify that user can see a custom message when he try to run PSUBSCRIBE command in CLI or Workbench: “Use Pub/Sub to see the messages published to all channels in your database”
9898
await cliPage.sendCommandInCli('PSUBSCRIBE');
9999
await t.click(cliPage.cliExpandButton);
100-
await t.expect(cliPage.cliWarningMessage.textContent).eql('Use Pub/Sub to see the messages `published to all channels in your database.', 'Message is not displayed', { timeout: 10000 });
100+
await t.expect(cliPage.cliWarningMessage.textContent).eql('Use Pub/Sub to see the messages published to all channels in your database.', 'Message is not displayed', { timeout: 10000 });
101101
//Verify internal link to pubsub page in CLI
102102
await t.expect(cliPage.cliLinkToPubSub.exists).ok('Link to pubsub page is not displayed');
103103
await t.click(cliPage.cliLinkToPubSub);

0 commit comments

Comments
 (0)