nextcloud/tests/acceptance/features/bootstrap
Daniel Calviño Sánchez ee68e4cf44 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:08:55 +02:00
..
AppNavigationContext.php Update PHPUnit from 4.X to 6.X in acceptance tests 2021-03-30 08:35:15 +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 Update Selenium driver for Mink from 1.3.1 to 1.4.0 in acceptance tests 2021-03-30 08:35:16 +02:00
FilePickerContext.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
FilesAppContext.php Fix app-files acceptance tests 2021-10-06 10:09:14 +02:00
FilesAppSharingContext.php Handle single action unshare 2021-06-09 10:43:50 +02:00
LoginPageContext.php Update PHPUnit from 4.X to 6.X in acceptance tests 2021-03-30 08:35:15 +02:00
NotificationsContext.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
PublicShareContext.php Update PHPUnit from 4.X to 6.X in acceptance tests 2021-03-30 08:35:15 +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 Update PHPUnit from 4.X to 6.X in acceptance tests 2021-03-30 08:35:15 +02:00
ThemingAppContext.php Do not send "enter" key when not needed 2021-04-16 20:00:15 +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:08:55 +02:00
WaitFor.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00