]> source.dussan.org Git - nextcloud-server.git/commit
Verify WaitFor::element... results with an assertion
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Fri, 5 Mar 2021 19:17:53 +0000 (20:17 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 8 Mar 2021 07:59:32 +0000 (07:59 +0000)
commitdd1a554c79c372acc09ca4ac241c6237bfcac038
tree2cafd52ac2195d5f63df595fbfe7ec12d5a822b5
parent8077dbf0977e5b07730a71df83982f6a0e1ee8b6
Verify WaitFor::element... results with an assertion

WaitFor::element... calls only perform the waiting and return whether
the condition succeeded or not, but that result needs to be explicitly
checked to prevent further steps from being executed if the wait failed.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
tests/acceptance/features/bootstrap/AppNavigationContext.php
tests/acceptance/features/bootstrap/AppSettingsContext.php
tests/acceptance/features/bootstrap/AppsManagementContext.php
tests/acceptance/features/bootstrap/DialogContext.php
tests/acceptance/features/bootstrap/UsersSettingsContext.php