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

Prevent axe throwing when a node detaches mid run #4624

Open
WilcoFiers opened this issue Oct 23, 2024 · 0 comments
Open

Prevent axe throwing when a node detaches mid run #4624

WilcoFiers opened this issue Oct 23, 2024 · 0 comments
Labels
core Issues in the core code (lib/core) tests Issues that deal with the unit or integration tests

Comments

@WilcoFiers
Copy link
Contributor

Axe 4.10.1 had a bug that caused it to error when it encountered a detached node. Testing detached DOM nodes isn't something axe really supports. But when a page mutates during a test, nodes may end up being detached in the middle of an axe run. We need to come up with a strategy for testing that detaching a node during an axe run doesn't crash it.

@WilcoFiers WilcoFiers added core Issues in the core code (lib/core) tests Issues that deal with the unit or integration tests labels Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Issues in the core code (lib/core) tests Issues that deal with the unit or integration tests
Projects
None yet
Development

No branches or pull requests

1 participant