tidy up acceptance tests
This commit is contained in:
@@ -418,7 +418,7 @@ Feature: copy file
|
||||
| viewer | should not | 403 |
|
||||
|
||||
|
||||
Scenario Outline: user copies a folder from personal space to share space with different permmissions
|
||||
Scenario Outline: user copies a folder from personal space to share space with different permissions
|
||||
Given user "Brian" has created folder "/testshare"
|
||||
And user "Brian" has shared folder "/testshare" with user "Alice" with permissions "<permissions>"
|
||||
And user "Alice" has accepted share "/testshare" offered by user "Brian"
|
||||
|
||||
@@ -193,7 +193,7 @@ Feature: check etag propagation after different file alterations
|
||||
| Brian | /dst | Shares |
|
||||
|
||||
|
||||
Scenario: share reciever moving a folder from one folder to an other changes the etags of both folders for all collaborators
|
||||
Scenario: share receiver moving a folder from one folder to an other changes the etags of both folders for all collaborators
|
||||
Given user "Alice" has created folder "/dst"
|
||||
And user "Alice" has created folder "/upload/toMove"
|
||||
And user "Alice" has shared folder "/upload" with user "Brian"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@api @skipOnOcV10
|
||||
Feature: favorite
|
||||
As a user
|
||||
I want to favouite resources
|
||||
I want to favorite resources
|
||||
So that I can access them quickly
|
||||
|
||||
Background:
|
||||
|
||||
Reference in New Issue
Block a user