nextcloud-server/tests
Daniel Calviño Sánchez 034b7bd4a9 Fix clicks on actions menu of non opaque file rows in acceptance tests
When a row is added to the file list the opacity of the file row is
animated from transparent to fully opaque. As the file actions menu is a
descendant of the row but overflows it when the row is not fully opaque
clicks on the menu entries "fall-through" and are received instead by
the rows behind.

The opacity animation is a CSS animation, and it is not possible to know
if a row is appearing or not except from its opacity (the row will have
the "appear" CSS class even after the animation ended). Therefore it
should be waited until the row of the file is fully opaque before using
the menu.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-08-29 03:32:14 +07:00
..
Core Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +07:00
acceptance Fix clicks on actions menu of non opaque file rows in acceptance tests 2020-08-29 03:32:14 +07:00
apps
data Adjust tests to new e-mail layout 2020-07-23 20:22:48 +07:00
docker
lib Merge pull request #21288 from lmamane/master 2020-08-28 16:11:46 +07:00
objectstore
travis
apps.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00
bootstrap.php Use a blank line after the opening tag 2020-04-09 11:50:14 +07:00
drone-run-integration-tests.sh
drone-wait-objectstore.sh
enable_all.php
karma.config.js Use `babel-loader-exclude-node-modules-except` 2020-07-31 11:00:33 +07:00
phpunit-autotest-external.xml
phpunit-autotest.xml Exclude apps/files_external/3rdparty again 2020-08-10 21:49:50 +07:00
preseed-config.php Use a blank line after the opening tag 2020-04-09 11:50:14 +07:00
redis-cluster.config.php
redis.config.php
startsessionlistener.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00