You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Verify that user can see a custom message when he tris to run PSUBSCRIBE command in CLI or Workbench: “Use Pub/Sub to see the messages published to all channels in your database”
100
+
// Verify that user can see a custom message when he tries to run PSUBSCRIBE command in CLI or Workbench: “Use Pub/Sub to see the messages published to all channels in your database”
awaitt.expect(awaitpubSubPage.Cli.getWarningMessageText(commandFirst)).eql('Use Pub/Sub to see the messages published to all channels in your database.','Message is not displayed',{timeout: 10000});
@@ -107,7 +107,7 @@ test('Verify that user can see a internal link to pubsub window under word “Pu
107
107
awaitt.click(pubSubPage.Cli.cliLinkToPubSub);
108
108
awaitt.expect(pubSubPage.pubSubPageContainer.exists).ok('Pubsub page is opened');
109
109
110
-
// Verify that user can see a custom message when he tris to run SUBSCRIBE command in CLI: “Use Pub/Sub tool to subscribe to channels.”
110
+
// Verify that user can see a custom message when he tries to run SUBSCRIBE command in CLI: “Use Pub/Sub tool to subscribe to channels.”
awaitt.expect(awaitworkbenchPage.commandExecutionResult.textContent).eql('Use Pub/Sub tool to subscribe to channels.','Message is not displayed',{timeout: 10000});
0 commit comments