Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Jan 22, 2024
1 parent 53460cd commit 5329949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/visitor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ test.describe('visitor basic', () => {
await page.goto('http://localhost:3000/')
await page.getByTestId('next-page-btn').click()
await page.getByTestId('single-post-page-link-2').click()

// 07/27/21 React Rush
await expect(page.getByRole('main')).toHaveText(/using __proto__/)
})
})
Expand Down

0 comments on commit 5329949

Please sign in to comment.