Skip to content

Commit e78e814

Browse files
fix for comments
1 parent aa65135 commit e78e814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -91,7 +91,7 @@ test
9191
await verifyMessageDisplayingInPubSub('message', false);
9292
await t.expect(pubSubPage.totalMessagesCount.exists).notOk('Total counter is still displayed');
9393
});
94-
test.only('Verify that user can see a internal link to pubsub window under word “Pub/Sub” when he tris to run PSUBSCRIBE or SUBSCRIBE commands in CLI or Workbench', async t => {
94+
test('Verify that user can see a internal link to pubsub window under word “Pub/Sub” when he tries to run PSUBSCRIBE or SUBSCRIBE commands in CLI or Workbench', async t => {
9595
const commandFirst = 'PSUBSCRIBE';
9696
const commandSecond = 'SUBSCRIBE';
9797

0 commit comments

Comments
 (0)