nextcloud-server/tests
Daniel Calviño Sánchez e24a1c51e8 Wait for the shared link to be set in the acceptance tests
When clicking on "Share link" in the "Sharing" tab of the Files app an
input field with the link appears. That input field already exists in
the DOM, although empty, before clicking on "Share link", and when that
is done the proper value is set and then the input field is shown.

In the acceptance tests "getValue()" can return the value of hidden
elements too, so as long as an element exists its value is returned
without waiting for the field to be visible. Due to this if the test
code runs too fast the "I write down the shared link" step could be
executed before the proper value was set, so the shared link got in that
case would be an empty value, and this would lead to failures when the
following steps were executed.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-12-22 09:13:47 +07:00
..
Core Fix tests 2017-12-18 21:06:52 +07:00
Settings Add tests 2017-12-13 17:22:58 +07:00
acceptance Wait for the shared link to be set in the acceptance tests 2017-12-22 09:13:47 +07:00
apps
data Fix email buttons for white theme 2017-12-11 14:33:54 +07:00
docker
lib Fix failing AvatarTest 2017-12-19 18:49:27 +07:00
objectstore
travis
apps.php
bootstrap.php
enable_all.php
karma.config.js adjust jsunit tests 2017-11-01 11:44:01 +07:00
phpunit-autotest-external.xml
phpunit-autotest.xml
preseed-config.php Enable object storage tests again 2017-08-17 09:40:12 +07:00
redis-cluster.config.php Fix drone 2017-07-14 15:04:18 +07:00
redis.config.php Fix drone 2017-07-14 15:04:18 +07:00
startsessionlistener.php