nextcloud/tests/acceptance/features
Daniel Calviño Sánchez fec8d12fc5 Wait for the link share menu to open in acceptance tests
In the acceptance tests the link share menu is automatically opened if
needed before interacting with an item in the menu; if the menu is not
open it is opened by clicking on its toggle.

However, since a recent change the link share menu is automatically
opened by the regular UI after the link share is created. This causes
that, sometimes, after the creation of a link share the acceptance tests
check whether the menu is shown or not before the menu was automatically
opened; as the menu is not open then the acceptance tests proceed to
click on the toggle, but in the meantime the link share was created and
the menu opened, so clicking on the toggle now closes it. As the menu is
closed it is not possible to interact with its items and the test fails.

To prevent that now the acceptance tests wait for the link share menu to
open after a link share is created before continuing with the other
steps.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-11-02 14:24:52 +01:00
..
bootstrap Wait for the link share menu to open in acceptance tests 2018-11-02 14:24:52 +01:00
core Move the browser window of an actor to the foreground when acting as him 2018-10-26 11:07:13 +02:00
access-levels.feature Header acceptance features 2018-03-09 14:33:22 +01:00
app-comments.feature Take into account the comment message when looking for it 2018-02-15 17:48:07 +01:00
app-files-tags.feature Move acceptance tests that crash the PHP built-in server to Apache 2018-10-29 12:38:42 +01:00
app-files.feature Add acceptance tests for hiding download in link shares 2018-10-30 15:18:55 +01:00
app-theming.feature Move acceptance tests that crash the PHP built-in server to Apache 2018-10-29 12:38:42 +01:00
apps.feature Also test enabling of the Antivirus App for files 2018-09-26 22:05:42 +02:00
header.feature Header acceptance features 2018-03-09 14:33:22 +01:00
login.feature Adds disabled user acceptance tests 2018-07-24 17:31:03 +02:00
users.feature Adds an acceptance test for the users settings navigation without disabled users 2018-08-14 22:28:11 +02:00