You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/tests/acceptance
Daniel Calviño Sánchez ee68e4cf44 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>
2 years ago
..
config Update acceptance tests to Selenium 3 3 years ago
features Wait for the new user form to be visible 2 years ago
composer.json Update Mink from 1.7.1 to 1.8.1 in acceptance tests 3 years ago
composer.lock Update Mink from 1.7.1 to 1.8.1 in acceptance tests 3 years ago
installAndConfigureServer.sh Redirect to files app after login in acceptance tests 4 years ago
run-local.sh Fix branch selection in stable23 3 years ago
run.sh Add cache for local integration test container 3 years ago