Skip to content
Snippets Groups Projects
Commit c4b9ca61 authored by Martin Schoeler's avatar Martin Schoeler Committed by Guilherme Gazzo
Browse files

test: fix `should edit name of targetChannel` flaky test (#32121)

parent f67705cd
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,7 @@ test.describe.serial('channel-management', () => {
await poHomeChannel.tabs.room.btnSave.click();
targetChannel = `NAME-EDITED-${targetChannel}`;
await expect(page.locator(`role=main >> role=heading[name="${targetChannel}"]`)).toBeVisible();
await poHomeChannel.sidenav.openChat(targetChannel);
await expect(page).toHaveURL(`/channel/${targetChannel}`);
......
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