Skip to content

Commit

Permalink
update expected to fail file oc10
Browse files Browse the repository at this point in the history
  • Loading branch information
SwikritiT committed May 24, 2022
1 parent ae16867 commit 5d8ea8d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Other free text and markdown formatting can be used elsewhere in the document if
- [webUIWebdavLockProtection/upload.feature:90](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIWebdavLockProtection/upload.feature#L90)
- [webUIWebdavLockProtection/upload.feature:91](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIWebdavLockProtection/upload.feature#L91)

### [Uploading a file with a name that already exists is confusing](https://github.com/owncloud/web/issues/5106)
### [Upload of folder with same name shows error](https://github.com/owncloud/web/issues/6996)
- [webUIUpload/upload.feature:129](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIUpload/upload.feature#L129)
- [webUIUpload/upload.feature:142](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIUpload/upload.feature#L142)
- [webUIUpload/upload.feature:159](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIUpload/upload.feature#L159)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,11 @@ Other free text and markdown formatting can be used elsewhere in the document if
### [Moving files in a shared folder causes errors but succeeds](https://github.com/owncloud/ocis/issues/873) // todo
- [webUIMoveFilesFolders/moveFiles.feature:139](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIMoveFilesFolders/moveFiles.feature#L139)

### [no checkbox for share while using advanced permissions as role](https://github.com/owncloud/web/issues/5461)
### [no checkbox for share while using advanced permissions as role](https://github.com/owncloud/web/issues/5461) //todo
- [webUIResharing1/reshareUsers.feature:145](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing1/reshareUsers.feature#L145)
- [webUIResharing1/reshareUsers.feature:166](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing1/reshareUsers.feature#L166)

### [share permissions not enforced](https://github.com/owncloud/product/issues/270)
### [share permissions not enforced](https://github.com/owncloud/product/issues/270) //todo
- [webUIResharing1/reshareUsers.feature:237](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing1/reshareUsers.feature#L237)

### [Comments in sidebar](https://github.com/owncloud/web/issues/1158)
Expand All @@ -315,7 +315,7 @@ Other free text and markdown formatting can be used elsewhere in the document if
- [webUIFilesDetails/fileDetails.feature:124](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesDetails/fileDetails.feature#L124)
- [webUIFilesDetails/fileDetails.feature:153](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesDetails/fileDetails.feature#L153)

### [Group shares support](https://github.com/owncloud/ocis/issues/1289)
### [No share indicators inside share jail](https://github.com/owncloud/web/issues/6894)
- [webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:80](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature#L80)

### [Deletion of a recursive folder from trashbin is not possible](https://github.com/owncloud/product/issues/188)
Expand Down Expand Up @@ -426,7 +426,7 @@ Other free text and markdown formatting can be used elsewhere in the document if
- [webUISharingExternal/federationSharing.feature:38](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingExternal/federationSharing.feature#L38)
- [webUISharingExternal/federationSharing.feature:166](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingExternal/federationSharing.feature#L166)

### [Uploading a file with a name that already exists is confusing](https://github.com/owncloud/web/issues/5106)
### [Upload of folder with same name shows error](https://github.com/owncloud/web/issues/6996)
- [webUIUpload/upload.feature:129](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIUpload/upload.feature#L129)
- [webUIUpload/upload.feature:142](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIUpload/upload.feature#L142)
- [webUIUpload/upload.feature:159](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIUpload/upload.feature#L159)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Feature: Resharing shared files with different permissions
Given user "Brian" has created file "lorem.txt" in the server
And user "Brian" has shared folder "simple-folder" with user "Alice" in the server
And user "Alice" has accepted the share "Shares/simple-folder" offered by user "Brian" in the server
And user "Alice" has shared folder "/Shares/simple-folder" with user "Carol" in the server
And user "Alice" has shared folder "Shares/simple-folder" with user "Carol" in the server
And user "Carol" has accepted the share "Shares/simple-folder" offered by user "Alice" in the server
When user "Brian" has logged in using the webUI
And the user opens the share dialog for folder "simple-folder" using the webUI
Expand Down

0 comments on commit 5d8ea8d

Please sign in to comment.