Cypress - Plugins and Ecosystem
This Cypress test fails with a syntax error:
What is the error?
cy.visit('/settings')
cy.injectAxe()
cy.checkA11y('#form', { runOnly: ['wcag2a'] }What is the error?
