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
Actually I found this problem in my Capybara driver development (capybara-playwright-driver).
This issue is also reproduced with cuprite.
I don't know detailed cause but it seems that visible? checks the node visibility with JS, which can be evaluated without attached to the DOM. So I avoided this problem by adding an assertion of node staleness, before executing JS for checking visibility. YusukeIwaki/capybara-playwright-driver#31
When I tried this Gem with the example spec below, Apprition driver passes only 8/10 where capybara selenium driver passes 10/10.
The link is shown only during the text field is focused.
The text was updated successfully, but these errors were encountered: