nextcloud/tests/acceptance/features/bootstrap
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
..
AppNavigationContext.php Fix breaking changes of nc/vue update 2020-07-22 15:55:59 +02:00
AppSettingsContext.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
AppsManagementContext.php Fix breaking changes of nc/vue update 2020-07-22 15:55:59 +02:00
CommentsAppContext.php Wait for the empty content element to be shown 2018-11-24 18:06:20 +01:00
ContactsMenuContext.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
DialogContext.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
FeatureContext.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
FileListAncestorSetter.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
FileListContext.php Fix clicks on actions menu of non opaque file rows in acceptance tests 2020-08-29 03:32:14 +02:00
FilePickerContext.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
FilesAppContext.php Fix breaking changes of nc/vue update 2020-07-22 15:55:59 +02:00
FilesAppSharingContext.php Hide share link menu before copying the share link in acceptance tests 2020-07-22 15:59:35 +02:00
LoginPageContext.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
NotificationsContext.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
PublicShareContext.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
SearchContext.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
SettingsContext.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
SettingsMenuContext.php Fix breaking changes of nc/vue update 2020-07-22 15:55:59 +02:00
ThemingAppContext.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
ToastContext.php Fix breaking changes of nc/vue update 2020-07-22 15:55:59 +02:00
UsersSettingsContext.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
WaitFor.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00