Skip to content

Commit

Permalink
another flake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flybayer committed Aug 19, 2021
1 parent 7e07c15 commit 2f756ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe('Client Navigation accessibility', () => {

const title = await browser.eval('document.title')

await waitFor(500)
await waitFor(1000)
const routeAnnouncerValue = await browser
.waitForElementByCss('#__next-route-announcer__')
.text()
Expand Down

0 comments on commit 2f756ae

Please sign in to comment.