You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're trying to inject agnostic-axe into integration tests that we already have. Quite often, the test finishes, and the page closes before agnostic-axe finishes analyzing the queued things.
Is it possible to expose the _isRunning property of AuditQueue somehow to be able to wait for when it finishes all queued audits?
The text was updated successfully, but these errors were encountered:
We're trying to inject
agnostic-axe
into integration tests that we already have. Quite often, the test finishes, and the page closes beforeagnostic-axe
finishes analyzing the queued things.Is it possible to expose the
_isRunning
property ofAuditQueue
somehow to be able to wait for when it finishes all queued audits?The text was updated successfully, but these errors were encountered: