Skip to content

Commit

Permalink
Update e2e/fixtures/pages/weather-health-alerts/weather-health-alerts…
Browse files Browse the repository at this point in the history
…-child.fixture.ts

Co-authored-by: rhys-burendo <[email protected]>
  • Loading branch information
luketowell and rhys-burendo authored Dec 13, 2024
1 parent 9f45b36 commit 9b2a76f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9b2a76f

Please sign in to comment.