teampoltergeist / poltergeist

A PhantomJS driver for Capybara
MIT License
2.5k stars 415 forks source link

Node equality needs to also compare page_id #856

Closed twalpole closed 7 years ago

twalpole commented 7 years ago

Node#== currently doesn't take the elements page_id into account, this means an obsolete node from a previous page is considered equal to an element from a different page with the same element id