Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests-only][full-ci] backport acceptance test code changes from #10392 #10521

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ Other free text and markdown formatting can be used elsewhere in the document if
- [webUIUpload/upload.feature:43](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIUpload/upload.feature#L43)

### [PROPFIND to sub-folder of a shared resources with same name gives 404](https://github.com/owncloud/ocis/issues/3859)
- [webUISharingAcceptShares/acceptShares.feature:88](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAcceptShares/acceptShares.feature#L88)
- [webUISharingAcceptShares/acceptShares.feature:73](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAcceptShares/acceptShares.feature#L73)
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,6 @@ Feature: accept/decline shares coming from internal users
| Brian |
And user "Brian" has logged in using the webUI

@issue-ocis-1950
Scenario: reject a share that you received as user and as group member
Given these groups have been created in the server:
| groupname |
| grp1 |
And user "Alice" has created folder "/simple-folder" in the server
And user "Brian" has been added to group "grp1" in the server
And user "Alice" has shared folder "/simple-folder" with user "Brian" in the server
And user "Alice" has shared folder "/simple-folder" with group "grp1" in the server
And the user has browsed to the shared-with-me page
When the user declines share "simple-folder" offered by user "Alice Hansen" using the webUI
Then folder "simple-folder" shared by "Alice Hansen" should be in "Declined" state on the webUI
When the user browses to the files page
Then folder "/Shares" should not be listed on the webUI


Scenario: User receives files when auto accept share is disabled - oCIS behavior
Given user "Alice" has created file "toshare.txt" in the server
Expand Down