nextcloud-server/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
AppsManagementContext.php
CommentsAppContext.php
ContactsMenuContext.php
DialogContext.php
FeatureContext.php
FileListAncestorSetter.php
FileListContext.php Replace files app ids to classes 2022-07-26 10:19:19 +02:00
FilePickerContext.php
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
SettingsContext.php
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
UsersSettingsContext.php Wait for the new user form to be visible 2022-09-01 14:15:43 +02:00
WaitFor.php