revert workaround for widget permission dialog, not needed anymore

This commit is contained in:
Valere
2026-04-03 09:45:59 +02:00
parent a2005febd5
commit 3d286e8ab4
2 changed files with 0 additions and 29 deletions
-4
View File
@@ -45,8 +45,6 @@ widgetTest(
await expect(whistler.page.getByText("Incoming voice call")).toBeVisible();
await whistler.page.getByRole("button", { name: "Accept" }).click();
await TestHelpers.dismissFileDialogPermissionIfNeeded(whistler.page);
await expect(
whistler.page.locator('iframe[title="Element Call"]'),
).toBeVisible();
@@ -140,8 +138,6 @@ widgetTest(
await expect(whistler.page.getByText("Incoming video call")).toBeVisible();
await whistler.page.getByRole("button", { name: "Accept" }).click();
await TestHelpers.dismissFileDialogPermissionIfNeeded(whistler.page);
await expect(
whistler.page.locator('iframe[title="Element Call"]'),
).toBeVisible();