Refactor feature files to add correct description
This commit is contained in:
+3
@@ -1,5 +1,8 @@
|
||||
@api @files_sharing-app-required
|
||||
Feature: Sharing resources with different case names with the sharee and checking the coexistence of resources on sharee/receivers side
|
||||
As a user
|
||||
I want to share resources with case sensitive names
|
||||
So that I can make sure that the shares aren't case sensitive
|
||||
|
||||
Background:
|
||||
Given auto-accept shares has been disabled
|
||||
|
||||
+5
-2
@@ -1,5 +1,8 @@
|
||||
@api @files_sharing-app-required
|
||||
Feature: resources shared with the same name are received with unique names
|
||||
As a user
|
||||
I want to share resources with same name
|
||||
So that I can make sure the naming is handled properly by the server
|
||||
|
||||
Background:
|
||||
Given auto-accept shares has been disabled
|
||||
@@ -21,5 +24,5 @@ Feature: resources shared with the same name are received with unique names
|
||||
Then the OCS status code of responses on all endpoints should be "100"
|
||||
And the HTTP status code of responses on all endpoints should be "200"
|
||||
And user "Carol" should see the following elements
|
||||
| Shares/foo/ |
|
||||
| /Shares/foo (1)/ |
|
||||
| Shares/foo/ |
|
||||
| /Shares/foo (1)/ |
|
||||
|
||||
Reference in New Issue
Block a user