Skip to content

Commit

Permalink
Try adding force: true to e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanjc authored Jan 15, 2024
1 parent 8abffb7 commit e65a7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e/integration/docs-navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('docs navigation', () => {
(link) => link.textContent === 'Packages'
)!

packagesLink.click()
packagesLink.click({ force: true })
})

for (const packageName of [
Expand Down

0 comments on commit e65a7f2

Please sign in to comment.