From cb6bef3849e90ca47bc548c469c0ba779820a878 Mon Sep 17 00:00:00 2001 From: Valere Date: Wed, 25 Mar 2026 10:10:29 +0100 Subject: [PATCH] try extend timeout? --- playwright/widget/pip-call-button-interaction.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/widget/pip-call-button-interaction.test.ts b/playwright/widget/pip-call-button-interaction.test.ts index bdff11f7..62b27331 100644 --- a/playwright/widget/pip-call-button-interaction.test.ts +++ b/playwright/widget/pip-call-button-interaction.test.ts @@ -35,7 +35,7 @@ widgetTest("Footer interaction in PiP", async ({ addUser, browserName }) => { await TestHelpers.joinCallFromLobby(valere.page); // wait a bit so that the PIP has rendered - await valere.page.waitForTimeout(600); + await valere.page.waitForTimeout(1000); // Switch to the other room, the call should go to PIP await TestHelpers.switchToRoomNamed(valere.page, "OtherRoom");