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
Using the namespace with World makes it work nicely, however, including it with include makes it happen every time which interferes with most of our test suit because of elements not being found.
In a feature I have:
If I have this in my capybara
env.rb
Then the wait for angular always happens. I think the
@ignoring_angular
variable isn't been set correctly.However if I have:
Then it works as advertised.
The text was updated successfully, but these errors were encountered: