Skip to content
Commit e2fb2312 authored by Björn Geuken's avatar Björn Geuken
Browse files

[ci] Rails 5, capybara: Explicitly search for invisble element

The element we select in our test, and we later on check for a changed label,
is invisible until the user hovers over it. To do so in our tests we have to
find() and then hover() the element.

With the recent capybara update we need to explicitly set the visible: false
parameter when calling find().
parent 7a9f0910
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment