Skip to content

Commit

Permalink
update(test): fix flakiness on videocall test (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm authored Oct 28, 2024
1 parent b2d245d commit 2a42ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/specs/03-friends-two-instances.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1952,7 +1952,7 @@ test.describe("Two instances tests - Friends and Chats", () => {
});

await test.step("Validate outgoing call modal displayed", async () => {
await expect(callScreenSecondUser.callScreen).toBeVisible();
await callScreenSecondUser.callScreen.waitFor({ state: "attached" });
});

await test.step("Validate incoming call modal displayed", async () => {
Expand Down

0 comments on commit 2a42ae4

Please sign in to comment.