Skip to content

Commit

Permalink
add issue tag
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan authored and elizavetaRa committed Jun 8, 2021
1 parent 83a2522 commit f08c7b5
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ Other free text and markdown formatting can be used elsewhere in the document if
- [webUIComments/comments.feature:40](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIComments/comments.feature#L40)
- [webUIComments/comments.feature:41](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIComments/comments.feature#L41)
- [webUIComments/comments.feature:42](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIComments/comments.feature#L42)
- [webUIFilesDetails/fileDetails.feature:66](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesDetails/fileDetails.feature#L66)
- [webUIFilesDetails/fileDetails.feature:82](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesDetails/fileDetails.feature#L82)
- [webUIFilesDetails/fileDetails.feature:99](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesDetails/fileDetails.feature#L99)
- [webUIFilesDetails/fileDetails.feature:116](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesDetails/fileDetails.feature#L116)
- [webUIFilesDetails/fileDetails.feature:143](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesDetails/fileDetails.feature#L143)

### [Tags page not implemented yet] (https://github.com/owncloud/web/issues/5017)
- [webUIDeleteFilesFolders/deleteFilesFolders.feature:144](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIDeleteFilesFolders/deleteFilesFolders.feature#L144)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,12 @@ Other free text and markdown formatting can be used elsewhere in the document if
- [webUIComments/comments.feature:40](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIComments/comments.feature#L40)
- [webUIComments/comments.feature:41](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIComments/comments.feature#L41)
- [webUIComments/comments.feature:42](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIComments/comments.feature#L42)
- [webUIFilesDetails/fileDetails.feature:66](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesDetails/fileDetails.feature#L66)
- [webUIFilesDetails/fileDetails.feature:82](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesDetails/fileDetails.feature#L82)
- [webUIFilesDetails/fileDetails.feature:99](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesDetails/fileDetails.feature#L99)
- [webUIFilesDetails/fileDetails.feature:116](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesDetails/fileDetails.feature#L116)
- [webUIFilesDetails/fileDetails.feature:143](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesDetails/fileDetails.feature#L143)



### [Groups endpoint does not exist](https://github.com/owncloud/ocis-reva/issues/34)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ Feature: deleting files and folders
@public_link_share-feature-required
Scenario: delete files from shared by link page
Given user "Alice" has created file "lorem.txt"
And the user has reloaded the current page of the webUI
And user "Alice" has shared folder "lorem.txt" with link with "read" permissions
And user "Alice" has created a public link with following settings
| path | lorem.txt |
And the user has browsed to the shared-via-link page
Then file "lorem.txt" should be listed on the webUI
When the user deletes file "lorem.txt" using the webUI
Expand Down
34 changes: 18 additions & 16 deletions tests/acceptance/features/webUIFilesDetails/fileDetails.feature
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,23 @@ 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

@comments-app-required @public_link_share-feature-required
@issue-1158 @comments-app-required @public_link_share-feature-required
Scenario: user shares a file through public link and then the details dialog should work in a Shared by link page
Given user "Alice" has created folder "simple-folder"
And the user has browsed to the files page
And user "Alice" has shared folder "simple-folder" with link with "read" permissions
And user "Alice" has created a public link with following settings
| path | simple-folder |
And the user has browsed to the shared-via-link page
When the user opens the file action menu of folder "simple-folder" using the webUI
Then the thumbnail should be visible in the app-sidebar
When the user switches to "people" accordion item in details panel using the webUI
Then the "people" details panel should be visible
When the user switches to "links" accordion item in details panel using the webUI
Then the "links" details panel should be visible
# When the user switches to "comments" accordion item in details panel using the webUI
# Then the "comments" details panel should be visible
When the user switches to "comments" accordion item in details panel using the webUI
Then the "comments" details panel should be visible

@comments-app-required @ocis-reva-issue-64
@issue-1158 @comments-app-required @ocis-reva-issue-64
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 @@ -88,12 +90,12 @@ Feature: User can open the details panel for any file or folder
And the thumbnail should be visible in the app-sidebar
When the user switches to "people" accordion item in details panel using the webUI
Then the "people" details panel should be visible
# When the user switches to "comments" accordion item in details panel using the webUI
# Then the "comments" details panel should be visible
When the user switches to "comments" accordion item in details panel using the webUI
Then the "comments" details panel should be visible
When the user switches to "links" accordion item in details panel using the webUI
Then the "links" details panel should be visible

@comments-app-required @ocis-reva-issue-64
@issue-1158 @comments-app-required @ocis-reva-issue-64
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 @@ -105,12 +107,12 @@ Feature: User can open the details panel for any file or folder
And the thumbnail should be visible in the app-sidebar
When the user switches to "people" accordion item in details panel using the webUI
Then the "people" details panel should be visible
# When the user switches to "comments" accordion item in details panel using the webUI
# Then the "comments" details panel should be visible
When the user switches to "comments" accordion item in details panel using the webUI
Then the "comments" details panel should be visible
When the user switches to "links" accordion item in details panel using the webUI
Then the "links" details panel should be visible

@comments-app-required @ocis-reva-issue-64
@issue-1158 @comments-app-required @ocis-reva-issue-64
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 All @@ -123,8 +125,8 @@ Feature: User can open the details panel for any file or folder
And the thumbnail should be visible in the app-sidebar
When the user switches to "people" accordion item in details panel using the webUI
Then the "people" details panel should be visible
# When the user switches to "comments" accordion item in details panel using the webUI
# Then the "comments" details panel should be visible
When the user switches to "comments" accordion item in details panel using the webUI
Then the "comments" details panel should be visible
When the user switches to "links" accordion item in details panel using the webUI
Then the "links" details panel should be visible

Expand All @@ -137,7 +139,7 @@ Feature: User can open the details panel for any file or folder
When the user browses to the shared-with-me page using the webUI
Then there should be no resources listed on the webUI

@issue-5017 @comments-app-required
@issue-1158 @issue-5017 @comments-app-required
Scenario: View different areas of details panel for the folder with given tag in Tags page
Given user "Alice" has created folder "simple-folder"
And the user has browsed to the files page
Expand All @@ -154,8 +156,8 @@ Feature: User can open the details panel for any file or folder
Then the "links" details panel should be visible
When the user switches to "versions" accordion item in details panel using the webUI
Then the "versions" details panel should be visible
# When the user switches to "comments" accordion item in details panel using the webUI
# Then the "comments" details panel should be visible
When the user switches to "comments" accordion item in details panel using the webUI
Then the "comments" details panel should be visible


Scenario: the sidebar is invisible after closing
Expand Down

0 comments on commit f08c7b5

Please sign in to comment.