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
When an error occurs while running a rule, axe-core catches that error and puts it in incomplete. What it doesn't do is expose which element it was testing when that error happened. Exposing this will help with debugging.
The text was updated successfully, but these errors were encountered:
This patch adds a `.node` reference to an errored rule result. This can be used to determine which node the rule errored on and will be helpful for debugging purposes.
Closes#1317.
This patch adds a `.node` reference to an errored rule result. This can be used to determine which node the rule errored on and will be helpful for debugging purposes.
Closes#1317.
## Reviewer checks
**Required fields, to be filled out by PR reviewer(s)**
- [x] Follows the commit message policy, appropriate for next version
- [x] Has documentation updated, a DU ticket, or requires no documentation change
- [x] Includes new tests, or was unnecessary
- [x] Code is reviewed for security by: @WilcoFiers
When an error occurs while running a rule, axe-core catches that error and puts it in incomplete. What it doesn't do is expose which element it was testing when that error happened. Exposing this will help with debugging.
The text was updated successfully, but these errors were encountered: