You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested the issue with the latest version of the product
Issue Description
Expectation
I just want to enable 'wcag22aa' tag to run tests on my website. In documentation I saw below "WCAG 2.2 Level A & AA Rules" info: "These rules are disabled by default, until WCAG 2.2 is more widely adopted and required."
I executing axe-core.run() via:
&{results}= Run Accessibility Tests result_file=${path}/result_${view}.json context=${contextLoc} options=${optionsSpec}
in variable ${optionsSpec} = {rules: [{ tags: ['wcag22aa'], enabled: true }]}
or I also tested ${optionsSpec} = {runOnly: {type: 'tag', values: ['wcag22aa']}}
I use axe-core with Robot Framework with libraries:
I get error on firefox:
Exception has occurred.
Suspended due to logged failure: TimeoutException: Message: Timed out after 5000 ms
using chrome:
Exception has occurred.
Suspended due to logged failure: TimeoutException: Message: script timeout
(Session info: chrome=132.0.6834.84)
How to Reproduce
Additional context
I also tested other tags like a: {"runOnly": {"type": "tag", "values": ["wcag21aa", "wcag2a"]}} and everything works fine (in 11 different tests with different context locators), but when I'm trying to add "wcag22aa" I got error. In my tests I use selenium robotframework-seleniumlibrary==6.5.0 and when I extended timeout to 30s the error also occured.
The text was updated successfully, but these errors were encountered:
Product
axe-core
Product Version
4.10.2
Latest Version
Issue Description
Expectation
I just want to enable 'wcag22aa' tag to run tests on my website. In documentation I saw below "WCAG 2.2 Level A & AA Rules" info: "These rules are disabled by default, until WCAG 2.2 is more widely adopted and required."
I executing axe-core.run() via:
&{results}= Run Accessibility Tests result_file=${path}/result_${view}.json context=${contextLoc} options=${optionsSpec}
in variable ${optionsSpec} = {rules: [{ tags: ['wcag22aa'], enabled: true }]}
or I also tested ${optionsSpec} = {runOnly: {type: 'tag', values: ['wcag22aa']}}
I use axe-core with Robot Framework with libraries:
Actual
I get error on firefox:
Exception has occurred.
Suspended due to logged failure: TimeoutException: Message: Timed out after 5000 ms
using chrome:
Exception has occurred.
Suspended due to logged failure: TimeoutException: Message: script timeout
(Session info: chrome=132.0.6834.84)
How to Reproduce
Additional context
I also tested other tags like a: {"runOnly": {"type": "tag", "values": ["wcag21aa", "wcag2a"]}} and everything works fine (in 11 different tests with different context locators), but when I'm trying to add "wcag22aa" I got error. In my tests I use selenium robotframework-seleniumlibrary==6.5.0 and when I extended timeout to 30s the error also occured.
The text was updated successfully, but these errors were encountered: