nextcloud/tests/acceptance
Daniel Calviño Sánchez 76b0947022
Wait for the new user form to be visible
Before it was checked if the new user form was visible, but it was not
waited for it. It seems that it can happen that the new user form is in
the DOM, and therefore found, but not visible yet when the tests run,
which caused them to (randomly) fail. Due to that now it is explicitly
waited until it is visible, rather than assuming that it is visible as
soon as it appears in the DOM.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-01 14:15:43 +02:00
..
config Update acceptance tests to Selenium 3 2021-04-16 20:00:15 +02:00
features Wait for the new user form to be visible 2022-09-01 14:15:43 +02:00
composer.json Require a recent phpunit version in integration and acceptance 2022-05-24 18:54:29 +02:00
composer.lock Update dependencies in acceptance tests composer.lock 2022-06-13 10:24:42 +02:00
installAndConfigureServer.sh Redirect to files app after login in acceptance tests 2020-08-05 17:01:29 +02:00
run-local.sh acceptence tests shall specify which branch to pick when cloning apps 2020-06-19 21:08:39 +02:00
run.sh Update images in scripts to run local tests in Docker 2022-03-03 19:53:26 +01:00