Skip to content

Commit

Permalink
Merge pull request #7895 from owncloud/removeClosedIssue3721
Browse files Browse the repository at this point in the history
[tests-only][full-ci]Skip Shares folder related tests on ocis of moveFiles.feature
  • Loading branch information
grgprarup authored Nov 3, 2022
2 parents 60aef58 + 056ad41 commit 24ca0b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ Other free text and markdown formatting can be used elsewhere in the document if
### [Browser session deleted user should not be valid for newly created user of same name](https://github.com/owncloud/ocis/issues/904)
- [webUILogin/openidLogin.feature:60](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUILogin/openidLogin.feature#L60)

### [Copy & Move is not supported for shares in 2.0.0-beta1](https://github.com/owncloud/ocis/issues/3721)
- [webUIMoveFilesFolders/moveFiles.feature:106](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIMoveFilesFolders/moveFiles.feature#L106)

### [Comments in sidebar](https://github.com/owncloud/web/issues/1158)
- [webUIFilesDetails/fileDetails.feature:90](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesDetails/fileDetails.feature#L90)
- [webUIFilesDetails/fileDetails.feature:106](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesDetails/fileDetails.feature#L106)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Feature: move files
When the user tries to move file "lorem.txt" into folder "simple-folder (2)" using the webUI
Then as "Alice" file "simple-folder (2)/lorem.txt" should not exist in the server

@issue-ocis-873
@issue-ocis-873 @issue-6896 @skipOnOCIS
Scenario: sharee moves a file shared by sharer into another folder
Given the setting "shareapi_auto_accept_share" of app "core" has been set to "no" in the server
And the administrator has set the default folder for received shares to "Shares" in the server
Expand Down

0 comments on commit 24ca0b0

Please sign in to comment.