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 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>
7 years ago
..
config add acceptance tests 7 years ago
features Wait for the shared link to be set in the acceptance tests 7 years ago
composer.json Move acceptance tests from build/acceptance to tests/acceptance 7 years ago
installAndConfigureServer.sh Add option to acceptance test runner to set the Nextcloud server domain 7 years ago
run-local.sh Add option to acceptance test runner to set the Selenium server 7 years ago
run.sh bump acceptance test suite to use php 7.1 image 7 years ago