Skip to content
Snippets Groups Projects
Unverified Commit dd03d94b authored by Martin Schoeler's avatar Martin Schoeler Committed by GitHub
Browse files

test: fix flaky omnichannel send (#33768)

parent ad5d85ba
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ export class HomeContent {
await this.joinRoomIfNeeded();
await this.page.waitForSelector('[name="msg"]:not([disabled])');
await this.page.locator('[name="msg"]').fill(text);
await this.page.getByLabel('Send').click();
await this.page.locator('button[aria-label="Send"]').click();
}
async dispatchSlashCommand(text: string): Promise<void> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment