nextcloud/tests/acceptance/features/bootstrap
Daniel Calviño Sánchez 76b0947022
Wait for the new user form to be visible
Before it was checked if the new user form was visible, but it was not
waited for it. It seems that it can happen that the new user form is in
the DOM, and therefore found, but not visible yet when the tests run,
which caused them to (randomly) fail. Due to that now it is explicitly
waited until it is visible, rather than assuming that it is visible as
soon as it appears in the DOM.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-01 14:15:43 +02:00
..
AppNavigationContext.php Adjust acceptance test selectors 2022-08-25 09:54:44 +02:00
AppSettingsContext.php Bump @nextcloud/vue 2021-09-16 18:12:00 +02:00
AppsManagementContext.php Update PHPUnit from 4.X to 6.X in acceptance tests 2021-03-30 08:35:15 +02:00
CommentsAppContext.php Update PHPUnit from 4.X to 6.X in acceptance tests 2021-03-30 08:35:15 +02:00
ContactsMenuContext.php Do not send "enter" key when not needed 2021-04-16 20:00:15 +02:00
DialogContext.php Update PHPUnit from 4.X to 6.X in acceptance tests 2021-03-30 08:35:15 +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 Replace files app ids to classes 2022-07-26 10:19:19 +02:00
FilePickerContext.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
FilesAppContext.php Adjust acceptance tests to changes in app menu 2022-08-31 12:57:16 +02:00
FilesAppSharingContext.php Adjust acceptance test selectors 2022-08-25 09:54:44 +02:00
LoginPageContext.php Redesign guest pages for better accessibility 2022-07-27 10:43:21 +02:00
NotificationsContext.php Fix integration tests 2022-08-01 12:38:19 +02:00
PublicShareContext.php More meaningfull message when a public authenticated share's password is wrong or has expired 2022-05-31 17:26:58 +02:00
SearchContext.php Do not send "enter" key when not needed 2021-04-16 20:00:15 +02:00
SettingsContext.php Update PHPUnit from 4.X to 6.X in acceptance tests 2021-03-30 08:35:15 +02:00
SettingsMenuContext.php fix tests 2022-08-31 14:35:13 +02:00
ThemingAppContext.php Adjust theming acceptance tests 2022-09-01 14:15:43 +02:00
ToastContext.php Update PHPUnit from 4.X to 6.X in acceptance tests 2021-03-30 08:35:15 +02:00
UsersSettingsContext.php Wait for the new user form to be visible 2022-09-01 14:15:43 +02:00
WaitFor.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00