Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wcag22aa tag showing No violations #179

Open
sethims opened this issue Aug 12, 2024 · 1 comment
Open

wcag22aa tag showing No violations #179

sethims opened this issue Aug 12, 2024 · 1 comment

Comments

@sethims
Copy link

sethims commented Aug 12, 2024

Product
axe-core

Product Version
4.10.0

Latest Version
I have tested the issue with the latest version of the product
Issue Description
Expectation
I am trying to use the tag wcag22aa to test accessibility violations against WCAG 2.2 AA standard.

Actual
My Test case is getting passed with No Violation Found

How to Reproduce
using below two lines after visiting the screen where I need to verify accessibility-
cy.injectAxe();
cy.checkA11y(null, {runOnly: {type: "tag",values: ["wcag22aa"]}});

@sethims
Copy link
Author

sethims commented Aug 20, 2024

@NicholasBoll Could you please look into this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@sethims and others