Skip to content

Commit

Permalink
Merge branch 'develop' into test/flaky-edit-name
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Apr 3, 2024
2 parents 7747bc2 + c7fb2eb commit 592f496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/meteor/tests/e2e/channel-management.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);
Expand Down

0 comments on commit 592f496

Please sign in to comment.