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?
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?