component-driven / cypress-axe

Test accessibility with axe-core in Cypress
MIT License
622 stars 86 forks source link

Can't get nor click button #113

Closed lwensveen closed 3 years ago

lwensveen commented 3 years ago

image

Why does this happen? I get this error every time when I add the cy.get('.button');, but it also happens sometimes when I only visit and check the page using checkA11y

lwensveen commented 3 years ago

Ahh it seems to be some auth redirect that causes this.