Throw an exception when calling a method on a multi-element navigator that only makes sense for a single element navigator #284
Comments
fsobanski
pushed a commit
to iteratec/OpenSpeedMonitor
that referenced
this issue
May 14, 2018
The grails version upgrade also lead to an upgrade of the geb version. Which is why we need to take the following change into account: geb/issues#284
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally created by Marcin Erdmann.
Currently methods like that apply either apply to all elements or just the first element (value(), text()). Find all methods like this and throw exceptions when they are called on multi-element navigators.
The text was updated successfully, but these errors were encountered: