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
I tried to use the When I fill in "..." with "..." inside any "..." step but got the following error message:
uninitialized constant XPath::HTML
input = container.first(:xpath, XPath::HTML.fillable_field(field))
^^^^^^ (NameError)
features/movies/search_cucumber.feature:16:in `I fill in "Search movies" with "#{query}" inside any ".searchable"'
I found a bug in a step definition:
I tried to use the
When I fill in "..." with "..." inside any "..."
step but got the following error message:The step's code seems to use
XPath::HTML
from the xpath gem.Xpath::HTML
was removed in xpath >= 3.0.0 and thus the step fails.The text was updated successfully, but these errors were encountered: