adjust time out

This commit is contained in:
Valere
2026-04-22 19:30:02 +02:00
parent 78e7adc4c6
commit 4d8e4c66eb
4 changed files with 12 additions and 4 deletions

View File

@@ -91,7 +91,9 @@ export const widgetTest = test.extend<MyFixtures>({
await ewPage1
.getByRole("button", { name: "Invite to this room", exact: true })
.click();
.click({
timeout: 10000,
});
await expect(
ewPage1.getByRole("heading", { name: "Invite to Welcome Room" }),
).toBeVisible();