Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(run): throw error if axe.run is called after a run has started but not completed #1914

Merged
merged 2 commits into from Nov 21, 2019

Conversation

straker
Copy link
Contributor

@straker straker commented Nov 20, 2019

Concurrent runs of axe is not supported and something we've decided not to support. This should prevent Expect axe._selectorData to be set up errors from showing up (which happen due to a concurrent run) and give a way more helpful error as to what the problem is and how to solve it.

Closes issue: #1041
Closes issue: #1867

Reviewer checks

Required fields, to be filled out by PR reviewer(s)

  • Follows the commit message policy, appropriate for next version
  • Code is reviewed for security

@straker straker requested a review from a team as a code owner November 20, 2019 23:19
@straker straker merged commit 3252a02 into develop Nov 21, 2019
@straker straker deleted the multipleRuns branch November 21, 2019 16:23
straker added a commit that referenced this pull request Dec 11, 2019
…t not completed (#1914)

* fix(run): throw error if axe.run is called after a run has started but not completed

* remove comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants