cypress/support/helpers/checkA11y.js

Summary

Maintainability
A
1 hr
Test Coverage

Function checkA11y has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const checkA11y = () => {
  cy.injectAxe();
  cy.configureAxe({
    runOnly: {
      type: 'tag',
Severity: Minor
Found in cypress/support/helpers/checkA11y.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status