Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
miriambudayr committed May 31, 2024
1 parent 28194f1 commit 36cabe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/toc.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ test('table of contents redirects to proper item', async ({ page }) => {
await page.goto('/basics/getting-started/record-your-app')

const toc = page.locator('[data-testid="table-of-contents"]')
await toc.getByText('Inspect your replay').click()
await toc.getByText('Inspect your recording').click()
await expect(page).toHaveURL(/.*\/record-your-app#inspect-your-replay/)

const article = page.locator('article')
Expand Down

0 comments on commit 36cabe2

Please sign in to comment.