]> source.dussan.org Git - nextcloud-server.git/commit
Add missing waits when finding elements in the acceptance tests
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Sun, 17 Jan 2021 16:39:35 +0000 (17:39 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 8 Mar 2021 07:59:32 +0000 (07:59 +0000)
commit8077dbf0977e5b07730a71df83982f6a0e1ee8b6
tree184300669cf80f900cb4e5bf283ef6cf0d819024
parent0b8f41f5afd198baaeea8ee8ea6e54054be7053c
Add missing waits when finding elements in the acceptance tests

As no timeout was specified the elements were tried to be found just
once. This caused the steps to fail if the elements did not appear yet
in the page when they were tried to be found.

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