Skip to content

fix(jest): automatic checks should not be triggered for failed tests #66

@mohanraj-r

Description

@mohanraj-r
  • Automatic check is triggered regardless of the test status which would result in the original test failure if any getting overwritten by a11y failures if any from automatic checks.

  • Tests using the sa11y jest api would get tested twice with automatic checks - once as part of the sa11y API in the test and again as part of the automatic check

    • a11y issues from automatic checks would overwrite the a11y issues found by the API
    • If the sa11y API has been added to the test to check specific intermediate states of the DOM, enabling automatic checks could result in missed a11y issues

Workarounds

Current

  • Enable automatic checks in a parallel CI workflow and not in the main CI workflow.

Future

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1Priority: HighenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions