mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-28 06:50:26 +00:00
try extend timeout?
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user