Skip to content

Commit

Permalink
[Tests-Only] Refactor apiShareReshare3 to use Shares folder
Browse files Browse the repository at this point in the history
  • Loading branch information
haribhandari07 committed Sep 18, 2020
1 parent efab3aa commit 17d2b59
Show file tree
Hide file tree
Showing 6 changed files with 550 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ config = {
'apiSharePublicLink2',
'apiShareReshare1',
'apiShareReshare2',
'apiShareReshare3',
'apiShareReshareToRoot3',
'apiShareReshareToShares3',
'apiShareUpdate',
'apiTags',
'apiTranslation',
Expand Down
16 changes: 14 additions & 2 deletions tests/acceptance/config/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,21 @@ default:
- WebDavPropertiesContext:
- AppConfigurationContext:

apiShareReshare3:
apiShareReshareToRoot3:
paths:
- '%paths.base%/../features/apiShareReshare3'
- '%paths.base%/../features/apiShareReshareToRoot3'
context: *common_ldap_suite_context
contexts:
- FeatureContext: *common_feature_context_params
- OccContext:
- PublicWebDavContext:
- TrashbinContext:
- WebDavPropertiesContext:
- AppConfigurationContext:

apiShareReshareToShares3:
paths:
- '%paths.base%/../features/apiShareReshareToShares3'
context: *common_ldap_suite_context
contexts:
- FeatureContext: *common_feature_context_params
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @files_sharing-app-required @toImplementOnOCIS @issue-ocis-reva-11 @issue-ocis-reva-243
@api @files_sharing-app-required @notToImplementOnOCIS
Feature: sharing

Background:
Expand Down
Loading

0 comments on commit 17d2b59

Please sign in to comment.