nextcloud/tests/acceptance/features/bootstrap
Daniel Calviño Sánchez 34814adb36 Fix delete user acceptance test
Adding some missing asserts showed that the "delete user" acceptance
test was silently failing, as the deletion was not being confirmed in
the dialog and thus the user was not being deleted.

The dialog button contains a single quote ("user0's"), so the XPath
expression had to be adjusted (it seems that it is not possible to
escape a single quote in a string enclosed in single quotes in XPath
1.0).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-03-08 07:55:42 +00:00
..
AppNavigationContext.php Verify WaitFor::element... results with an assertion 2021-03-08 07:55:41 +00:00
AppSettingsContext.php Verify WaitFor::element... results with an assertion 2021-03-08 07:55:41 +00:00
AppsManagementContext.php Verify WaitFor::element... results with an assertion 2021-03-08 07:55:41 +00: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 Fix delete user acceptance test 2021-03-08 07:55:42 +00: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 Add acceptance tests for reshares by link when resharing is disabled 2020-11-11 01:35:27 +01: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 Add acceptance tests for reshares when resharing is disabled 2020-11-11 01:35:27 +01: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 Verify WaitFor::element... results with an assertion 2021-03-08 07:55:41 +00:00
WaitFor.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00