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
In the current code we are only checking for the first VariableDeclarator in the scope of the isBarVisible variable, this means that the code grabs the locatorFoo variable and verifies if it has a call to a non-web-first assertion like isVisible().
This causes very random and incorrect behaviors in the IDE red squiggles and in the suggested automated fixes.
I have a working change with tests to fix this already if I can get PR reviews for it.