From d50c8e0ca9c0dfbfbb16154da72f9fd3c4b764e7 Mon Sep 17 00:00:00 2001 From: Robin Date: Wed, 6 May 2026 12:37:31 +0200 Subject: [PATCH] Update Playwright test to look for 'Decline' button Since the label of this button is changing in Element Web. --- playwright/widget/voice-call-dm.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/widget/voice-call-dm.spec.ts b/playwright/widget/voice-call-dm.spec.ts index d540e45e..acbad422 100644 --- a/playwright/widget/voice-call-dm.spec.ts +++ b/playwright/widget/voice-call-dm.spec.ts @@ -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"]'),