From 9b2a76fa39d7402febaee6a8b3dbbe4a0cb912cc Mon Sep 17 00:00:00 2001 From: Luke Towell Date: Fri, 13 Dec 2024 09:41:42 +0000 Subject: [PATCH] Update e2e/fixtures/pages/weather-health-alerts/weather-health-alerts-child.fixture.ts Co-authored-by: rhys-burendo <126494410+rhys-burendo@users.noreply.github.com> --- .../weather-health-alerts-child.fixture.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/fixtures/pages/weather-health-alerts/weather-health-alerts-child.fixture.ts b/e2e/fixtures/pages/weather-health-alerts/weather-health-alerts-child.fixture.ts index d6a890d5..6f25715a 100644 --- a/e2e/fixtures/pages/weather-health-alerts/weather-health-alerts-child.fixture.ts +++ b/e2e/fixtures/pages/weather-health-alerts/weather-health-alerts-child.fixture.ts @@ -62,7 +62,7 @@ export class WeatherHealthAlertsChildPage { await expect(listItem.getByRole('heading', { level: 2, name: alertList[i].region })).toBeVisible() await expect(listItem.getByText(alertList[i].updated)).toBeVisible() - await expect(listItem.getByText(`${expectedStatus}`, { exact: true })).toBeVisible() + await expect(listItem.getByText(expectedStatus, { exact: true })).toBeVisible() //TODO: Need to implement tags for mobile vs desktop tags CDD-2024 // if (this.isMobile) {