Bren Gunning
Results
2
issues of
Bren Gunning
I have created a directive and updated it as follows: ```typescript import { Directive } from '@angular/core'; /** * @group Test directives * @component ExampleDirective * @description * This is...
It seems you are unable to run `cy.visit('/')` within a component test (angular). So I am unable to run `cy.injectAxe()` and `cy.checkA11y()`. Any suggestions would be appreciated. I was unsure...