-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
refactor(interactivity-checker.spec): remove redundant setTimeout
usage
#2159
Conversation
The reason why a native I just tried to run the tests locally without the let div = document.createElement('div'); document.body.appendChild(div); div.contentEditable = true; console.log(div.tabIndex); |
Mhm interesting, maybe this should be closed then. However I will try to find why this happens. |
@belev Sounds good. Thank you! |
After some digging around that's what I understood:
However if we access the What do you think @devversion ? |
Ah I can see. The checks you mentioned are intentionally only respecting the And as you said that's why the tests pass. We can remove the tick stuff safely here. |
3440c33
to
669fdd1
Compare
tick
instead of setTimeout
setTimeout
usage
Made the change, you can review it again. : ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
LGTM |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
No description provided.