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

Consider using visibility checks from actionability within toBeVisible #74

Open
calebeby opened this issue May 26, 2021 · 0 comments
Open

Comments

@calebeby
Copy link
Member

calebeby commented May 26, 2021

The checks that toBeVisible performs are pretty limited because it is designed to work with jsdom, where there is no real rendering engine. Since we have the benefit of having a real browser, we could make the checks more complete by replacing the implementation. It would probably even be possible to share the implementation with our visibility checks from the actionability checks.

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

1 participant