nextcloud/tests/acceptance
Daniel Calviño Sánchez 33b6740123 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 13:47:51 +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 13:47:51 +02:00
composer.json Update Mink from 1.7.1 to 1.8.1 in acceptance tests 2021-03-30 08:35:16 +02:00
composer.lock Update Mink from 1.7.1 to 1.8.1 in acceptance tests 2021-03-30 08:35:16 +02:00
installAndConfigureServer.sh Redirect to files app after login in acceptance tests 2020-08-05 17:01:29 +02:00
run-local.sh Fix branch selection in stable24 2022-07-06 17:36:30 +02:00
run.sh Update images in scripts to run local tests in Docker 2022-03-03 19:53:26 +01:00