Merge pull request #3952 from element-hq/decline-call

Update Playwright test to look for 'Decline' button
This commit is contained in:
Valere Fedronic
2026-05-07 12:25:17 +02:00
committed by GitHub

View File

@@ -217,7 +217,7 @@ widgetTest(
).toBeVisible();
await expect(whistler.page.getByText("Incoming video call")).toBeVisible();
await whistler.page.getByRole("button", { name: "Ignore" }).click();
await whistler.page.getByRole("button", { name: "Decline" }).click();
await expect(
whistler.page.locator('iframe[title="Element Call"]'),