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-axeinto integration tests that we already have. Quite often, the test finishes, and the page closes beforeagnostic-axefinishes analyzing the queued things.Is it possible to expose the
_isRunningproperty ofAuditQueuesomehow to be able to wait for when it finishes all queued audits?