nextcloud/tests/acceptance/features
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 +01:00
..
bootstrap Wait for the shared link to be set in the acceptance tests 2017-12-22 09:13:47 +01:00
core Add getter for the timeout multiplier 2017-08-10 12:37:56 +02:00
access-levels.feature fix typos and unnecessary white spaces 2017-06-26 10:30:42 +02:00
app-comments.feature add acceptance tests 2017-10-28 23:57:35 +02:00
app-files.feature Add acceptance test for opening the menu in a public shared link 2017-12-19 06:55:47 +01:00
app-theming.feature Allows adding of hex color to the theme-color 2017-12-08 10:42:41 +01:00
login.feature Make test passwords valid for the password_policy app 2017-04-21 14:47:44 +02:00