Skip to content
Commit f87473e4 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Find elements through the actor rather than the driver



"Actor::find" is a more robust way to look for elements, as it handles
some exceptions that may be thrown. Therefore, even if the elements are
not actually used and it is only checked whether they exist or not using
the actor is the preferred way when possible (and it also makes it
consistent with the rest of the acceptance tests).

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent 6d145ea5
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