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
If you do click "@something" and there are 2 or more elements that match, raise LuckyFlow::AmbiguousMatchError
The error message should give pointers on what's going on and how to resolve it. For example:
There were X matches for "#{the_selector}" so LuckyFlow isn't sure which one you meant.
Try this...
* Use a more specific selector: ".my-wrapper-element #{the_selector}"
Also, add a click_first method to just click the first one
The text was updated successfully, but these errors were encountered:
Similar to AmbiguousMatchError in Capybara
If you do
click "@something"
and there are 2 or more elements that match, raiseLuckyFlow::AmbiguousMatchError
The error message should give pointers on what's going on and how to resolve it. For example:
Also, add a
click_first
method to just click the first oneThe text was updated successfully, but these errors were encountered: