diff --git a/.drone.yml b/.drone.yml index 0920649c5e85..7db638bb3712 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1407,6 +1407,20 @@ matrix: OWNCLOUD_LOG: true INSTALL_TESTING_APP: true + # This suite is part of the user_management app in later core versions + - PHP_VERSION: 7.1 + TEST_SUITE: selenium + BROWSER: chrome + BEHAT_SUITE: webUIAddUsers + DB_TYPE: mariadb + USE_SERVER: true + SERVER_PROTOCOL: https + INSTALL_SERVER: true + CHOWN_SERVER: true + USE_EMAIL: true + OWNCLOUD_LOG: true + INSTALL_TESTING_APP: true + # This suite is part of the user_management app in later core versions - PHP_VERSION: 7.1 TEST_SUITE: selenium diff --git a/tests/acceptance/config/behat.yml b/tests/acceptance/config/behat.yml index 0c2fb4d8b411..4bc38f0769ec 100644 --- a/tests/acceptance/config/behat.yml +++ b/tests/acceptance/config/behat.yml @@ -533,6 +533,21 @@ default: - OccContext: - WebDavPropertiesContext: + # This suite is part of the user_management app in later core versions + webUIAddUsers: + paths: + - '%paths.base%/../features/webUIAddUsers' + contexts: + - FeatureContext: *common_feature_context_params + - EmailContext: + - WebDavPropertiesContext: + - WebUIFilesContext: + - WebUIGeneralContext: + - WebUILoginContext: + - WebUIPersonalGeneralSettingsContext: + - WebUIUsersContext: + - WebUIUserContext: + # This suite is part of the user_management app in later core versions webUIManageQuota: paths: diff --git a/tests/acceptance/features/webUIManageUsersGroups/addUsers.feature b/tests/acceptance/features/webUIAddUsers/addUsers.feature similarity index 100% rename from tests/acceptance/features/webUIManageUsersGroups/addUsers.feature rename to tests/acceptance/features/webUIAddUsers/addUsers.feature