We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a84b06 commit 6977e63Copy full SHA for 6977e63
e2e-playwright/src/steps/ProduceMessages.ts
@@ -29,7 +29,7 @@ Given('Topics TopicName Settings visible is: {string}', async function(this: Pla
29
Given('Topics TopicName Statistics visible is: {string}', async function(this: PlaywrightWorld, visible: string) {
30
await expectVisibility(this.locators.topicTopicName.statistics, visible);
31
});
32
-//////////////
+
33
Given('Produce message clicked', async function(this: PlaywrightWorld) {
34
await this.locators.topicTopicName.produceMessage.click();
35
0 commit comments