Skip to content

Commit

Permalink
Merge pull request #35370 from owncloud/stable10-fix-suites-name
Browse files Browse the repository at this point in the history
[stable10] Fix test suites name to match encryption app.
  • Loading branch information
phil-davis authored May 30, 2019
2 parents 7b0b9c5 + 74ff634 commit 0039256
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ matrix:
- PHP_VERSION: 7.1
TEST_SUITE: selenium
BROWSER: chrome
BEHAT_SUITE: webUIEncryptionUserKeysType
BEHAT_SUITE: webUIUserKeysType
DB_TYPE: mariadb
USE_SERVER: true
SERVER_PROTOCOL: https
Expand Down
27 changes: 14 additions & 13 deletions tests/acceptance/config/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,19 +293,6 @@ default:
- WebUILoginContext:
- WebUISharingContext:

webUIEncryptionUserKeysType:
paths:
- '%paths.base%/../features/webUIEncryptionUserKeysType'
contexts:
- WebUIAdminEncryptionSettingsContext:
- WebUIPersonalEncryptionSettingsContext:
- WebUIGeneralContext:
- WebUILoginContext:
- FeatureContext: *common_feature_context_params
- EncryptionContext:
- OccContext:
- WebDavPropertiesContext:

webUIFavorites:
paths:
- '%paths.base%/../features/webUIFavorites'
Expand Down Expand Up @@ -504,6 +491,20 @@ default:
- WebUISharingContext:
- PublicWebDavContext:

# This suite is part of the encryption app in later core versions
webUIUserKeysType:
paths:
- '%paths.base%/../features/webUIUserKeysType'
contexts:
- WebUIAdminEncryptionSettingsContext:
- WebUIPersonalEncryptionSettingsContext:
- WebUIGeneralContext:
- WebUILoginContext:
- FeatureContext: *common_feature_context_params
- EncryptionContext:
- OccContext:
- WebDavPropertiesContext:

# This suite is part of the user_management app in later core versions
webUIManageQuota:
paths:
Expand Down

0 comments on commit 0039256

Please sign in to comment.