mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-11 06:39:43 -06:00
Adjusted failing ocs scenarios, removed from expected failure
This commit is contained in:
@@ -224,16 +224,6 @@ Not everything needs to be implemented for ocis. While the oc10 testsuite covers
|
||||
- [coreApiWebdavMove2/moveFile.feature:218](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiWebdavMove2/moveFile.feature#L218)
|
||||
- [coreApiWebdavMove2/moveFile.feature:223](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiWebdavMove2/moveFile.feature#L223)
|
||||
|
||||
#### [Share path in the response is different between share states](https://github.com/owncloud/ocis/issues/2540)
|
||||
|
||||
- [coreApiShareManagementToShares/acceptShares.feature:28](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiShareManagementToShares/acceptShares.feature#L28)
|
||||
- [coreApiShareManagementToShares/acceptShares.feature:64](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiShareManagementToShares/acceptShares.feature#L64)
|
||||
- [coreApiShareManagementToShares/acceptShares.feature:154](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiShareManagementToShares/acceptShares.feature#L154)
|
||||
- [coreApiShareManagementToShares/acceptShares.feature:186](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiShareManagementToShares/acceptShares.feature#L186)
|
||||
- [coreApiShareManagementToShares/acceptShares.feature:235](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiShareManagementToShares/acceptShares.feature#L235)
|
||||
- [coreApiShareManagementToShares/acceptShares.feature:303](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiShareManagementToShares/acceptShares.feature#L303)
|
||||
- [coreApiShareManagementToShares/acceptShares.feature:534](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiShareManagementToShares/acceptShares.feature#L534)
|
||||
|
||||
#### [Renaming resource to banned name is allowed in spaces webdav](https://github.com/owncloud/ocis/issues/3099)
|
||||
|
||||
- [coreApiWebdavMove1/moveFolder.feature:44](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiWebdavMove1/moveFolder.feature#L44)
|
||||
|
||||
@@ -44,9 +44,9 @@ Feature: accept/decline shares coming from internal users
|
||||
| /Shares/PARENT/parent.txt |
|
||||
| /Shares/textfile0.txt |
|
||||
And the sharing API should report to user "Brian" that these shares are in the pending state
|
||||
| path |
|
||||
| /Shares/PARENT/ |
|
||||
| /Shares/textfile0.txt |
|
||||
| path |
|
||||
| /PARENT/ |
|
||||
| /textfile0.txt |
|
||||
And user "Carol" should see the following elements
|
||||
| /FOLDER/ |
|
||||
| /PARENT/ |
|
||||
@@ -56,9 +56,9 @@ Feature: accept/decline shares coming from internal users
|
||||
| /Shares/PARENT/parent.txt |
|
||||
| /Shares/textfile0.txt |
|
||||
And the sharing API should report to user "Carol" that these shares are in the pending state
|
||||
| path |
|
||||
| /Shares/PARENT/ |
|
||||
| /Shares/textfile0.txt |
|
||||
| path |
|
||||
| /PARENT/ |
|
||||
| /textfile0.txt |
|
||||
|
||||
@issue-2540
|
||||
Scenario: share a file & folder with another internal user when auto accept is disabled
|
||||
@@ -76,9 +76,9 @@ Feature: accept/decline shares coming from internal users
|
||||
| /Shares/PARENT/parent.txt |
|
||||
| /Shares/textfile0.txt |
|
||||
And the sharing API should report to user "Brian" that these shares are in the pending state
|
||||
| path |
|
||||
| /Shares/PARENT/ |
|
||||
| /Shares/textfile0.txt |
|
||||
| path |
|
||||
| /PARENT/ |
|
||||
| /textfile0.txt |
|
||||
|
||||
@smokeTest @issue-2131
|
||||
Scenario: accept a pending share
|
||||
@@ -178,9 +178,9 @@ Feature: accept/decline shares coming from internal users
|
||||
| /Shares/PARENT/parent.txt |
|
||||
| /Shares/textfile0.txt |
|
||||
And the sharing API should report to user "Brian" that these shares are in the declined state
|
||||
| path |
|
||||
| /Shares/PARENT/ |
|
||||
| /Shares/textfile0.txt |
|
||||
| path |
|
||||
| /PARENT/ |
|
||||
| /textfile0.txt |
|
||||
|
||||
@smokeTest @issue-2128 @issue-2540
|
||||
Scenario: decline an accepted share
|
||||
@@ -208,9 +208,9 @@ Feature: accept/decline shares coming from internal users
|
||||
| /Shares/PARENT/parent.txt |
|
||||
| /Shares/textfile0.txt |
|
||||
And the sharing API should report to user "Brian" that these shares are in the declined state
|
||||
| path |
|
||||
| /Shares/PARENT/ |
|
||||
| /Shares/textfile0.txt |
|
||||
| path |
|
||||
| /PARENT/ |
|
||||
| /textfile0.txt |
|
||||
|
||||
|
||||
Scenario: deleting shares in pending state
|
||||
@@ -256,9 +256,9 @@ Feature: accept/decline shares coming from internal users
|
||||
| /Shares/PARENT/parent.txt |
|
||||
| /Shares/textfile0.txt |
|
||||
And the sharing API should report to user "Carol" that these shares are in the pending state
|
||||
| path |
|
||||
| /Shares/PARENT/ |
|
||||
| /Shares/textfile0.txt |
|
||||
| path |
|
||||
| /PARENT/ |
|
||||
| /textfile0.txt |
|
||||
But user "Brian" should see the following elements
|
||||
| /Shares/PARENT/ |
|
||||
| /Shares/PARENT/parent.txt |
|
||||
@@ -306,8 +306,8 @@ Feature: accept/decline shares coming from internal users
|
||||
Then the OCS status code should be "100"
|
||||
And the HTTP status code should be "200"
|
||||
And the sharing API should report to user "Brian" that these shares are in the pending state
|
||||
| path |
|
||||
| /Shares/PARENT/ |
|
||||
| path |
|
||||
| /PARENT/ |
|
||||
And the sharing API should report that no shares are shared with user "Alice"
|
||||
|
||||
|
||||
@@ -543,8 +543,8 @@ Feature: accept/decline shares coming from internal users
|
||||
When user "Brian" deletes file "/Shares/PARENT" using the WebDAV API
|
||||
Then the HTTP status code should be "204"
|
||||
And the sharing API should report to user "Brian" that these shares are in the declined state
|
||||
| path |
|
||||
| /Shares/PARENT |
|
||||
| path |
|
||||
| /PARENT |
|
||||
|
||||
@issue-765 @issue-2131
|
||||
Scenario: shares exist after restoring already shared file to a previous version
|
||||
|
||||
Reference in New Issue
Block a user