adjust timeouts

This commit is contained in:
Valere
2026-04-22 17:25:14 +02:00
parent 854cfdfe1b
commit 1b9682869a
4 changed files with 18 additions and 9 deletions

View File

@@ -63,7 +63,9 @@ widgetTest("Create and join a group call", async ({ addUser, browserName }) => {
.contentFrame();
await expect(
frame.getByRole("switch", { name: "Stop video", checked: true }),
).toBeVisible();
).toBeVisible({
timeout: 10000,
});
}),
);