Is there a way to refresh / invalidate the Ferrum node ID? #241
Unanswered
shepmaster
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I believe it works like you described, but eventually timeout is triggered and |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying out Cuprite and it works across almost all of our tests... except one. In that test, it fails with
Capybara::Cuprite::ObsoleteNode
:A problem with the suggestion is that I'm not doing a
find
directly, but have the rough structure of:have_elements
is a custom RSpec matcher that essentially does:It's this
page.all
that triggers the error, as (presumably) the element for the.jobs
class is no longer valid.Ideally, a node reporting
ObsoleteNode
would trigger re-fetching the node's ID.Beta Was this translation helpful? Give feedback.
All reactions