Skip to content

Commit

Permalink
test: fix flaky `should mark target default channel as "favorite by d…
Browse files Browse the repository at this point in the history
…efault"` test
  • Loading branch information
MartinSchoeler committed Oct 24, 2024
1 parent c2b92f4 commit d79894f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/meteor/tests/e2e/administration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ test.describe.parallel('administration', () => {
await poAdmin.getRoomRow(targetChannel).click();
await poAdmin.favoriteLabel.click();
await poAdmin.btnSave.click();
await expect(poAdmin.btnSave).not.toBeVisible();

await poAdmin.getRoomRow(targetChannel).click();
await expect(poAdmin.favoriteInput).toBeChecked();
Expand Down

0 comments on commit d79894f

Please sign in to comment.