nextcloud/tests/acceptance/features
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
..
bootstrap Fix clicks on actions menu of non opaque file rows in acceptance tests 2020-08-29 03:32:14 +02:00
core Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
access-levels.feature Adjust acceptance tests 2019-03-18 14:16:40 +01:00
app-comments.feature Revert (partially) "Accept incoming shares in acceptance tests" 2020-03-20 17:39:34 +01:00
app-files-sharing-link.feature Adjust acceptance tests to new OCA.Sidebar 2019-10-29 13:20:08 +01:00
app-files-sharing.feature Add acceptance test for disabling create permission after sharing 2020-06-11 23:18:21 +02:00
app-files-tags.feature Adjust tags acceptance tests to moved admin section 2019-11-28 18:26:15 +01:00
app-files.feature Disable failing files app test - act 4 2019-03-14 16:30:38 +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 Disable acceptance test which should fail anyway 2019-04-11 14:03:41 +02:00
header.feature Add acceptance test for restricting user enumeration to groups 2020-03-24 14:42:52 +01:00
login.feature Revert "Disable fragile tests for now" 2020-07-21 15:58:55 +02:00
users.feature Revert "Disable fragile tests for now" 2020-07-21 15:58:55 +02:00