Skip to content

Commit

Permalink
fix(cli): add timeout waiting for page to be ready (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elte156 committed May 18, 2021
1 parent 59e3006 commit cbb795f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/src/lib/axe-test-urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ const testPages = async (
return driver.wait(
WebDriver.until.elementsLocated(
WebDriver.By.css('.deque-axe-is-ready')
)
),
10000
);
})
.then(() => {
Expand Down

0 comments on commit cbb795f

Please sign in to comment.