Update Playwright test to look for 'Decline' button

Since the label of this button is changing in Element Web.
This commit is contained in:
Robin
2026-05-06 12:37:31 +02:00
parent 147d0f96e0
commit d50c8e0ca9

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"]'),