mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-30 19:39:22 +00:00
increase timeout of flaky test
This commit is contained in:
@@ -45,7 +45,10 @@ widgetTest("Put call in PIP", async ({ addUser, browserName }) => {
|
|||||||
// check that the video is on
|
// check that the video is on
|
||||||
await expect(
|
await expect(
|
||||||
frame.getByRole("switch", { name: "Stop video", checked: true }),
|
frame.getByRole("switch", { name: "Stop video", checked: true }),
|
||||||
).toBeVisible();
|
).toBeVisible({
|
||||||
|
// Increase timeout, as this expect was flaky
|
||||||
|
timeout: 10000,
|
||||||
|
});
|
||||||
|
|
||||||
// Switch to the other room, the call should go to PIP
|
// Switch to the other room, the call should go to PIP
|
||||||
await TestHelpers.switchToRoomNamed(valere.page, "DoubleTask");
|
await TestHelpers.switchToRoomNamed(valere.page, "DoubleTask");
|
||||||
|
|||||||
Reference in New Issue
Block a user