Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests-only] [full-ci] remove more closed issue tags from features and expected failures #5463

Merged
merged 3 commits into from
Jul 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
111 changes: 56 additions & 55 deletions tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/acceptance/features/webUIFilesCopy/copy.feature
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Feature: copy files and folders
And as "Alice" file "simple-folder/simple-empty-folder/data.zip" should exist
And as "Alice" file "simple-folder/data.zip" should exist

@issue-ocis-reva-243

Scenario: copy a file into another folder with no change permission
Given user "Alice" has created file "lorem.txt"
And user "Alice" has created folder "simple-folder"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Feature: User can open the details panel for any file or folder
When the user switches to "comments" accordion item in details panel using the webUI
Then the "comments" details panel should be visible

@issue-1158 @comments-app-required @ocis-reva-issue-64
@issue-1158 @comments-app-required
Scenario: user shares a file and then the details dialog should work in a Shared with others page
Given user "Alice" has created folder "simple-folder"
And the user has browsed to the files page
Expand All @@ -103,7 +103,7 @@ Feature: User can open the details panel for any file or folder
When the user switches to "links" accordion item in details panel using the webUI
Then the "links" details panel should be visible

@issue-1158 @comments-app-required @ocis-reva-issue-64
@issue-1158 @comments-app-required
Scenario: user shares a folder via link and then the details dialog should work in a Shared with others page
Given user "Alice" has created folder "simple-folder"
And the user has browsed to the files page
Expand All @@ -120,7 +120,7 @@ Feature: User can open the details panel for any file or folder
When the user switches to "links" accordion item in details panel using the webUI
Then the "links" details panel should be visible

@issue-1158 @comments-app-required @ocis-reva-issue-64
@issue-1158 @comments-app-required
Scenario: the recipient user should be able to view different areas of details panel in Shared with me page
Given user "Alice" has created folder "simple-folder"
And the user has browsed to the files page
Expand Down
30 changes: 15 additions & 15 deletions tests/acceptance/features/webUIResharing1/reshareUsers.feature
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Feature: Resharing shared files with different permissions
| Carol |
And user "Brian" has created folder "simple-folder"

@issue-4193
@issue-ocis-2260
Scenario: share a folder with another user with share permissions and reshare without share permissions to different user, and check if user is displayed for original sharer
Given user "Brian" has shared folder "simple-folder" with user "Alice" with "read, share" permissions
And user "Alice" has accepted the share "simple-folder" offered by user "Brian"
Expand All @@ -41,7 +41,7 @@ Feature: Resharing shared files with different permissions
| item_type | folder |
| permissions | read, share |

@skipOnOC10
@skipOnOC10 @issue-ocis-2260
#after fixing the issue delete this scenario and use the one above by deleting the @skipOnOCIS tag there
Scenario: share a folder with another user with share permissions and reshare without share permissions to different user, and check if user is displayed for original sharer (ocis bug demonstration)
Given user "Brian" has shared folder "simple-folder" with user "Alice" with "read, share" permissions
Expand Down Expand Up @@ -70,7 +70,7 @@ Feature: Resharing shared files with different permissions
| item_type | folder |
| permissions | read |

@issue-4193
@issue-2260
Scenario: share a folder with another user with share permissions and reshare without share permissions to different user, and check if user is displayed for the receiver
Given user "Brian" has shared folder "simple-folder" with user "Alice" with "read, share" permissions
And user "Alice" has accepted the share "simple-folder" offered by user "Brian"
Expand Down Expand Up @@ -103,15 +103,15 @@ Feature: Resharing shared files with different permissions
| item_type | folder |
| permissions | read |

@issue-product-270

Scenario: share a folder without share permissions and check if another user can reshare
Given user "Brian" has shared folder "simple-folder" with user "Alice" with "read" permissions
And user "Alice" has accepted the share "simple-folder" offered by user "Brian"
When user "Alice" logs in using the webUI
And the user opens folder "Shares" using the webUI
Then the user should not be able to share resource "simple-folder" using the webUI
@issue-product-270


Scenario: share a file without share permissions and check if another user can reshare
Given user "Brian" has created file "lorem.txt"
And user "Brian" has shared file "lorem.txt" with user "Alice" with "read" permissions
Expand All @@ -120,7 +120,7 @@ Feature: Resharing shared files with different permissions
And the user opens folder "Shares" using the webUI
Then the user should not be able to share resource "lorem.txt" using the webUI

@issue-product-270

Scenario: share a received folder without share permissions and check if another user can reshare
Given user "Brian" has shared folder "simple-folder" with user "Alice" with "all" permissions
And user "Alice" has accepted the share "simple-folder" offered by user "Brian"
Expand All @@ -130,7 +130,7 @@ Feature: Resharing shared files with different permissions
And the user opens folder "Shares" using the webUI
Then the user should not be able to share resource "simple-folder" using the webUI

@issue-product-270

Scenario: share a received file without share permissions and check if another user can reshare
Given user "Brian" has created file "lorem.txt"
And user "Brian" has shared file "lorem.txt" with user "Alice" with "all" permissions
Expand All @@ -141,7 +141,7 @@ Feature: Resharing shared files with different permissions
And the user opens folder "Shares" using the webUI
Then the user should not be able to share resource "lorem.txt" using the webUI

@issue-ocis-1743
@issue-5461
Scenario: User is allowed to reshare a file/folder with the equivalent received permissions, and collaborators should not be listed for the receiver
Given user "Brian" has shared folder "simple-folder" with user "Alice" with "read, share, delete" permissions
And user "Alice" has accepted the share "simple-folder" offered by user "Brian"
Expand All @@ -162,7 +162,7 @@ Feature: Resharing shared files with different permissions
| item_type | folder |
| permissions | share, delete, read |

@issue-product-270 @issue-4193
@issue-5461
Scenario: User is allowed to reshare a file/folder with the lesser permissions, and check if it is listed for original owner
Given user "Brian" has shared folder "simple-folder" with user "Alice" with "read, share, delete" permissions
And user "Alice" has accepted the share "simple-folder" offered by user "Brian"
Expand All @@ -183,7 +183,7 @@ Feature: Resharing shared files with different permissions
| item_type | folder |
| permissions | delete, read |

@issue-product-270
@issue-5461
Scenario: User is not allowed to reshare a file/folder with the higher permissions
Given user "Brian" has shared folder "simple-folder" with user "Alice" with "read, share, delete" permissions
And user "Alice" has accepted the share "simple-folder" offered by user "Brian"
Expand Down Expand Up @@ -226,7 +226,7 @@ Feature: Resharing shared files with different permissions
Then as "Carol" folder "/Shares/simple-folder" should exist
And as "Carol" file "/Shares/lorem.txt" should exist

@ocis-reva-issue-39
@issue-ocis-1330
Scenario: Reshare a file and folder from favorites page
Given user "Brian" has created file "lorem.txt"
And user "Brian" has shared folder "simple-folder" with user "Alice"
Expand All @@ -244,7 +244,7 @@ Feature: Resharing shared files with different permissions
Then as "Carol" folder "/Shares/simple-folder" should exist
And as "Carol" file "/Shares/lorem.txt" should exist


@issue-product-270
Scenario: Resource owner sees resharer in collaborators list
Given user "Brian" has created file "lorem.txt"
And user "Brian" has shared folder "simple-folder" with user "Alice"
Expand All @@ -256,7 +256,7 @@ Feature: Resharing shared files with different permissions
Then user "Alice Hansen" should be listed as "Editor" in the collaborators list on the webUI
And user "Carol King" should be listed as "Editor" reshared through "Alice Hansen" in the collaborators list on the webUI

@ocis-reva-issue-34
@issue-5642
Scenario: Share recipient sees resharer in collaborators list
Given user "David" has been created with default attributes and without skeleton files
And group "Davidgrp" has been created
Expand All @@ -271,4 +271,4 @@ Feature: Resharing shared files with different permissions
When user "David" has logged in using the webUI
And the user opens folder "Shares" using the webUI
And the user opens the share dialog for folder "simple-folder" using the webUI
Then user "Brian Murphy" should be listed as "Owner" reshared through "Alice Hansen, Carol King" in the collaborators list on the webUI
Then user "Brian Murphy" should be listed as "Owner" reshared through "Alice Hansen, Carol King" in the collaborators list on the webUI
14 changes: 7 additions & 7 deletions tests/acceptance/features/webUIResharing2/reshareUsers.feature
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Feature: Resharing shared files with different permissions
| Carol |
And user "Brian" has created folder "simple-folder"

@issue-ocis-1743
@issue-ocis-1922
Scenario: Reshare a folder without share permissions using API and check if it is listed on the collaborators list for original owner
Given user "Brian" has shared folder "simple-folder" with user "Alice" with "read, share" permissions
And user "Alice" has accepted the share "simple-folder" offered by user "Brian"
Expand All @@ -25,7 +25,7 @@ Feature: Resharing shared files with different permissions
Then user "Carol King" should be listed as "Advanced permissions" in the collaborators list for folder "simple-folder" on the webUI
And no custom permissions should be set for collaborator "Carol King" for folder "simple-folder" on the webUI

@issue-ocis-1743
@issue-ocis-1922
Scenario: Reshare a folder without share permissions using API and check if it is listed on the collaborators list for resharer
Given user "Brian" has shared folder "simple-folder" with user "Alice" with "read, share" permissions
And user "Alice" has accepted the share "simple-folder" offered by user "Brian"
Expand All @@ -37,7 +37,7 @@ Feature: Resharing shared files with different permissions
Then user "Carol King" should be listed as "Advanced permissions" in the collaborators list for folder "simple-folder" on the webUI
And no custom permissions should be set for collaborator "Carol King" for folder "simple-folder" on the webUI

@issue-product-270 @issue-ocis-1743

Scenario: Reshare a folder without share permissions using API and check if the receiver can reshare
Given user "Brian" has shared folder "simple-folder" with user "Alice" with "read, share" permissions
And user "Alice" has accepted the share "simple-folder" offered by user "Brian"
Expand All @@ -47,7 +47,7 @@ Feature: Resharing shared files with different permissions
And the user opens folder "Shares" using the webUI
Then the user should not be able to share folder "simple-folder" using the webUI

@issue-ocis-1743
@issue-ocis-2260 @issue-ocis-1922
Scenario Outline: share a received folder with another user with same permissions(including share permissions) and check if the user is displayed in collaborators list for resharer
Given user "Brian" has shared folder "simple-folder" with user "Alice" with "<permissions>" permissions
And user "Alice" has accepted the share "simple-folder" offered by user "Brian"
Expand All @@ -72,7 +72,7 @@ Feature: Resharing shared files with different permissions
| Advanced permissions | Advanced permissions | update, share | share, update | read, update, share |
| Advanced permissions | Editor | delete, share, create, update | | read, share, delete, update, create |

@skipOnOC10
@skipOnOC10 @issue-ocis-2260 @issue-ocis-1922
#after fixing the issue delete this scenario and use the one above by deleting the @skipOnOCIS tag there
Scenario Outline: share a received folder with another user with same permissions(including share permissions) and check if the user is displayed in collaborators list for resharer (ocis bug demonstration)
Given user "Brian" has shared folder "simple-folder" with user "Alice" with "<permissions>" permissions
Expand All @@ -98,7 +98,7 @@ Feature: Resharing shared files with different permissions
| Advanced permissions | Advanced permissions | update | update | read, update |
| Advanced permissions | Editor | delete, create, update | | read, delete, update, create |

@issue-4193 @issue-ocis-1743
@issue-ocis-1743
Scenario Outline: share a received folder with another user with same permissions(including share permissions) and check if the user is displayed in collaborators list for original owner
Given user "Brian" has shared folder "simple-folder" with user "Alice" with "<permissions>" permissions
And user "Alice" has accepted the share "simple-folder" offered by user "Brian"
Expand Down Expand Up @@ -131,4 +131,4 @@ Feature: Resharing shared files with different permissions
| Editor | Editor | , | , | all |
| Advanced permissions | Advanced permissions | share, create | share, create | read, share, create |
| Advanced permissions | Advanced permissions | update, share | share, update | read, update, share |
| Advanced permissions | Editor | delete, share, create, update | , | read, share, delete, update, create |
| Advanced permissions | Editor | delete, share, create, update | , | read, share, delete, update, create |
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@issue-ocis-1743 @issue-ocis-1277 @issue-ocis-1922
@issue-ocis-1277 @issue-ocis-1922
Feature: Sharing files with internal groups with permissions
As a user
I want to set different permissions on shared files with groups
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Feature: Sharing folders with multiple internal users using advanced permissions
| Alice |
| Brian |

@issue-ocis-1743
@issue-ocis-1922
Scenario Outline: share a folder with multiple users using role as advanced permissions role and different extra permissions
Given these users have been created with default attributes and without skeleton files:
| username |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@ocis-issue-1743
@issue-ocis-1922
Feature: Sharing folders with internal groups with role as advanced permissions
As a user
I want to set different permissions on shared folders with groups
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Feature: Sharing folders with multiple internal users with different permissions
| Alice |
| Brian |

@issue-ocis-1743
@issue-ocis-1743 @issue-ocis-1227
Scenario Outline: share a folder with multiple users with different roles and permissions
Given these users have been created with default attributes and without skeleton files:
| username |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@ocis-reva-issue-34 @ocis-reva-issue-194
@ocis-issue-1277 @ocis-issue-2260
Feature: Sharing folders with internal groups with different roles and permissions
As a user
I want to set different permissions on shared folders with groups
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Feature: Sharing files and folders with internal groups
And the user shares folder "simple-folder" with user "Alice Hansen" as "Viewer" using the webUI
Then the current collaborators list should have order "Carol King,Alice Hansen,Brian Murphy,grp1,grp11"

@issue-ocis-1922 @issue-ocis-1743
@issue-ocis-1922
Scenario Outline: share a file & folder with another internal user
Given user "Carol" has created folder "simple-folder"
And user "Carol" has created file "simple-folder/lorem.txt"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@ocis-reva-issue-34 @ocis-reva-issue-194
@ocis-reva-issue-194
Feature: Sharing files and folders with internal groups
As a user
I want to share files and folders with groups
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@ocis-reva-issue-34 @ocis-reva-issue-194
@ocis-reva-issue-194
Feature: Sharing files and folders with internal groups
As a user
I want to share files and folders with groups
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@ocis-reva-issue-64
Feature: Sharing files and folders with internal users
As a user
I want to share files and folders with other users
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@ocis-reva-issue-64 @issue-ocis-1317
@issue-ocis-1317
Feature: Sharing files and folders with internal users
As a user
I want to share files and folders with other users
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@ocis-reva-issue-64
Feature: Shares collaborator list
As a user
I want to check the collaborator list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Feature: Shares in share-with pages
And the user opens folder "simple-folder" using the webUI
Then file "collaborate-on-this.txt" should be listed on the webUI

@issue-ocis-2226
@issue-ocis-2266
Scenario: unsharing an entry on the shared-with-me page unshares from self
Given user "Alice" has created folder "simple-folder"
And user "Alice" has shared folder "simple-folder" with user "Brian"
Expand All @@ -98,7 +98,7 @@ Feature: Shares in share-with pages
And the user browses to the folder "Shares" on the files page
Then folder "simple-folder" should not be listed on the webUI

@issue-4582
@issue-4582 @issue-ocis-2266
Scenario: unsharing multiple entries on the shared-with-me page
Given user "Alice" has created folder "simple-folder"
And user "Alice" has created file "lorem.txt"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Feature: Sharing files and folders with internal users
| Brian |
And user "Alice" has created folder "simple-folder"

@issue-4193 @issue-4310
@issue-4310
Scenario: sharing indicator for user shares stays up to date
Given user "Carol" has been created with default attributes and without skeleton files
And user "David" has been created with default attributes and without skeleton files
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@public_link_share-feature-required @ocis-reva-issue-64
@public_link_share-feature-required
Feature: Create public link shares
As a user
I want to share files through a publicly accessible link
Expand Down Expand Up @@ -168,7 +168,7 @@ Feature: Create public link shares
| folder | simple-folder |
| file | lorem.txt |

@issue-ocis-reva-243

Scenario: User can create a public link via quick action
Given user "Alice" has created folder "simple-folder"
And user "Alice" has logged in using the webUI
Expand Down
Loading