Skip to content

Commit 6977e63

Browse files
committed
clean
1 parent 0a84b06 commit 6977e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-playwright/src/steps/ProduceMessages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Given('Topics TopicName Settings visible is: {string}', async function(this: Pla
2929
Given('Topics TopicName Statistics visible is: {string}', async function(this: PlaywrightWorld, visible: string) {
3030
await expectVisibility(this.locators.topicTopicName.statistics, visible);
3131
});
32-
//////////////
32+
3333
Given('Produce message clicked', async function(this: PlaywrightWorld) {
3434
await this.locators.topicTopicName.produceMessage.click();
3535
});

0 commit comments

Comments
 (0)