nextcloud/tests/acceptance
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 +02:00
..
config Accept incoming shares in acceptance tests 2019-11-20 21:15:46 +01:00
features Fix clicks on actions menu of non opaque file rows in acceptance tests 2020-08-29 03:32:14 +02:00
composer.json Force compatible dependency versions in acceptance tests 2020-03-20 11:45:00 +01:00
installAndConfigureServer.sh Redirect to files app after login in acceptance tests 2020-08-05 17:01:29 +02:00
run-local.sh acceptence tests shall specify which branch to pick when cloning apps 2020-06-19 21:08:39 +02:00
run.sh Run acceptance tests on PHP 7.3 2019-10-22 16:48:55 +02:00