server/tests
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
..
acceptance Wait for the link share menu to open in acceptance tests 2018-11-02 14:24:52 +01:00
apps Validate the info.xml against the appstore schema file 2018-02-16 10:23:51 +01:00
Core Use the proper server for the apptoken flow login 2018-11-01 11:45:35 +01:00
data adding .well-known/webfinger 2018-10-10 13:01:23 +02:00
docker Namespace and array syntax fixes 2017-03-19 14:52:54 -06:00
lib Cleanup some unused sharing methods from the old sharing code 2018-11-02 10:49:42 +01:00
objectstore make object prefix configurable 2016-11-14 15:10:56 +01:00
Settings Update logic for forwardedForHeadersWorking 2018-10-25 23:01:37 +02:00
travis
ui-regression Update polyserve requirement 2018-10-22 18:35:41 +00:00
apps.php
bootstrap.php Require PHPUnit 6.5 or higher 2018-01-24 17:23:59 +01:00
drone-wait-objectstore.sh Kill objectstore CI if we can't create a file 2018-02-26 14:54:27 +01:00
enable_all.php Add tests 2018-01-25 13:44:47 +01:00
karma.config.js Fix js unit tests 2018-10-19 15:54:22 +02:00
phpunit-autotest-external.xml
phpunit-autotest.xml Do not cover composer folders for code coverage 2018-10-01 11:47:11 +02:00
preseed-config.php add azure unit tests with azurite 2018-06-04 16:18:03 +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 Require PHPUnit 6.5 or higher 2018-01-24 17:23:59 +01:00