nextcloud/tests
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
..
acceptance Wait for the new user form to be visible 2022-09-01 14:15:43 +02:00
apps Validate the info.xml against the appstore schema file 2018-02-16 10:23:51 +01:00
blueprints use blueprint from repo 2022-06-30 15:52:33 +02:00
Core Fix unit tests 2022-08-31 20:54:39 +02:00
data Simlify tests for integrity check on modified mimetype lists 2022-06-07 21:54:27 +02:00
docker Use strict 2021-04-26 12:45:12 +02:00
lib Merge pull request #33764 from nextcloud/cloudid-cache 2022-09-01 13:27:12 +02:00
objectstore make object prefix configurable 2016-11-14 15:10:56 +01:00
Test/Repair/Owncloud Remove at matchers from tests in: 2022-08-02 15:27:52 +02:00
travis Changed name of default logfile from owncloud.log to nextcloud.log. 2016-07-04 11:50:32 +02:00
apps.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
bootstrap.php Use a blank line after the opening tag 2020-04-09 11:50:14 +02:00
drone-run-integration-tests.sh Also run for .sh and .json (when not package or package-lock) 2020-10-30 10:30:50 +01:00
drone-run-php-tests.sh Run php tests when 3rdparty changed 2022-06-10 14:20:43 +02:00
drone-wait-objectstore.sh Use minio for s3 tests 2021-07-01 08:22:24 +02:00
enable_all.php Add tests 2018-01-25 13:44:47 +01:00
jestSetup.js Fix node tests ci 2022-05-30 10:54:45 +02:00
karma.config.js Fix jsunit 2022-05-13 16:13:01 +02:00
phpunit-autotest-external.xml Adjust the phpunit config 2016-05-25 15:14:37 +02:00
phpunit-autotest.xml Migrate phpunit configuration to new format 2022-05-09 11:51:14 +02:00
preseed-config.php Use minio for s3 tests 2021-07-01 08:22:24 +02:00
redis-cluster.config.php Fix drone 2017-07-14 15:04:18 +02:00
redis.config.php Fix drone 2017-07-14 15:04:18 +02:00
startsessionlistener.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00