Skip to content

Commit

Permalink
Fix e2e (#3715)
Browse files Browse the repository at this point in the history
  • Loading branch information
benhammondmusic authored Oct 11, 2024
1 parent 6c02577 commit c50d15c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/playwright-tests/depression.nightly.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ test('Depression Flow', async ({ page }) => {
.locator('#rate-chart')
.getByRole('heading', { name: 'Ages 18+' })
.click()
await page.locator('#rate-chart').getByText('All').click()
await page.locator('#rate-chart').getByText('race and ethnicity').click()
await page.locator('#rate-chart').getByText('cases per 100k adults').click()
await page.getByRole('button', { name: 'Unknown demographic map' }).click()
Expand Down

0 comments on commit c50d15c

Please sign in to comment.