Skip to content

Commit

Permalink
Fix bug demonstration test scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
dpakach committed Oct 26, 2021
1 parent d70514c commit 07a2ce1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Feature: share resources where the sharee receives the share in multiple ways
And as "Brian" folder "Shares/sharedParent" should not exist
And as "Brian" file "Shares/sharedParent/child/lorem.txt" should not exist
And as "Brian" file "Shares/parent/child/lorem.txt" should exist
And user "Brian" should not be able to delete file "Shares/parent/child/lorem.txt"
And user "Brian" should be able to delete file "Shares/parent/child/lorem.txt"
Examples:
| ocs_api_version |
| 1 |
Expand All @@ -94,7 +94,7 @@ Feature: share resources where the sharee receives the share in multiple ways
And as "Brian" folder "Shares/sharedParent" should not exist
And as "Brian" file "Shares/sharedParent/child/lorem.txt" should not exist
And as "Brian" file "Shares/parent/child/lorem.txt" should exist
And user "Brian" should not be able to delete file "Shares/parent/child/lorem.txt"
And user "Brian" should be able to delete file "Shares/parent/child/lorem.txt"
Examples:
| ocs_api_version |
| 1 |
Expand Down

0 comments on commit 07a2ce1

Please sign in to comment.