adjust timeout

This commit is contained in:
Valere
2026-04-22 15:40:06 +02:00
parent 879526ce5e
commit f355aa1ed7
4 changed files with 6 additions and 5 deletions

View File

@@ -81,7 +81,7 @@ widgetTest("Start a new call as widget", async ({ asWidget, browserName }) => {
.locator('iframe[title="Element Call"]')
.contentFrame()
.getByTestId("incall_leave")
.click({ timeout: 10000 });
.click({ timeout: 15000 });
await expect(whistler.page.locator(".mx_BasicMessageComposer")).toBeVisible();
await expect(brooks.page.locator(".mx_BasicMessageComposer")).toBeVisible();