Skip to content

Commit

Permalink
Remove unused tags for ocis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dpakach committed Sep 24, 2020
1 parent 20419de commit 7df16d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Feature: accept/decline shares coming from internal users
And user "Brian" has been added to group "grp1"
And user "Carol" has been added to group "grp1"

@smokeTest @toImplementOnOCIS
@smokeTest
Scenario: share a file & folder with another internal group when auto accept is disabled
When user "Alice" shares folder "/PARENT" with group "grp1" using the sharing API
And user "Alice" shares file "/textfile0.txt" with group "grp1" using the sharing API
Expand Down Expand Up @@ -214,7 +214,6 @@ Feature: accept/decline shares coming from internal users
And user "Alice" deletes file "/textfile0.txt" using the WebDAV API
Then the sharing API should report that no shares are shared with user "Brian"

@toImplementOnOCIS
Scenario: only one user in a group accepts a share
Given user "Alice" has shared folder "/PARENT" with group "grp1"
And user "Alice" has shared file "/textfile0.txt" with group "grp1"
Expand Down Expand Up @@ -258,7 +257,6 @@ Feature: accept/decline shares coming from internal users
| /Shares/shared/ |
| /Shares/shared (2)/ |

@toImplementOnOCIS
Scenario: share with a group that you are part of yourself
When user "Alice" shares folder "/PARENT" with group "grp1" using the sharing API
Then the OCS status code should be "100"
Expand Down Expand Up @@ -331,7 +329,6 @@ Feature: accept/decline shares coming from internal users
And the content of file "/Shares/PARENT/abc.txt" for user "Brian" should be "uploaded content"
And the content of file "/Shares/FOLDER/abc.txt" for user "Brian" should be "uploaded content"

@toImplementOnOCIS
Scenario: user shares folder in a group with matching folder-name for every users involved
Given user "Alice" uploads file with content "uploaded content" to "/PARENT/abc.txt" using the WebDAV API
And user "Alice" uploads file with content "uploaded content" to "/FOLDER/abc.txt" using the WebDAV API
Expand Down Expand Up @@ -368,7 +365,6 @@ Feature: accept/decline shares coming from internal users
And the content of file "/Shares/PARENT/abc.txt" for user "Carol" should be "uploaded content"
And the content of file "/Shares/FOLDER/abc.txt" for user "Carol" should be "uploaded content"

@toImplementOnOCIS
Scenario: user shares files in a group with matching file-names for every users involved in sharing
When user "Alice" shares file "/textfile0.txt" with group "grp1" using the sharing API
And user "Alice" shares file "/textfile1.txt" with group "grp1" using the sharing API
Expand Down Expand Up @@ -408,7 +404,6 @@ Feature: accept/decline shares coming from internal users
| /Shares/PARENT/ |
| /Shares/textfile0.txt |

@toImplementOnOCIS
Scenario: user shares file in a group with matching filename when auto accept is disabled
When user "Alice" shares file "/textfile0.txt" with group "grp1" using the sharing API
Then the OCS status code should be "100"
Expand Down Expand Up @@ -437,7 +432,7 @@ Feature: accept/decline shares coming from internal users
| David |
And user "Alice" uploads file with content "uploaded content" to "/PARENT/abc.txt" using the WebDAV API
When user "Alice" shares folder "/PARENT" with user "David" using the sharing API
When user "David" accepts share "/PARENT" offered by user "Alice" using the sharing API
And user "David" accepts share "/PARENT" offered by user "Alice" using the sharing API
Then user "David" should see the following elements
| /Shares/PARENT/ |
| /Shares/PARENT/abc.txt |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Feature: sharing
Given user "Alice" has created folder "folderToShare"
And user "Alice" has uploaded file with content "thisIsAFileInsideTheSharedFolder" to "/folderToShare/fileInside"
And user "Alice" has shared folder "folderToShare" with user "Brian" with permissions "share,read,change"
And user "Brian" accepts share "/folderToShare" offered by user "Alice" using the sharing API
And user "Brian" has accepted share "/folderToShare" offered by user "Alice"
When user "Brian" moves folder "/Shares/folderToShare" to "myFolder" using the WebDAV API
Then the HTTP status code should be "201"
And as "Brian" folder "myFolder" should exist
Expand All @@ -89,7 +89,7 @@ Feature: sharing
Given user "Alice" has created folder "folderToShare"
And user "Alice" has uploaded file with content "thisIsAFileInsideTheSharedFolder" to "/folderToShare/fileInside"
And user "Alice" has shared folder "folderToShare" with user "Brian" with permissions "share,read"
And user "Brian" accepts share "/folderToShare" offered by user "Alice" using the sharing API
And user "Brian" has accepted share "/folderToShare" offered by user "Alice"
When user "Brian" moves folder "/Shares/folderToShare" to "/myFolder" using the WebDAV API
Then the HTTP status code should be "201"
And as "Brian" folder "myFolder" should exist
Expand Down

0 comments on commit 7df16d4

Please sign in to comment.