Skip to content

Commit

Permalink
updated expected failures and skip tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranparajuli589 committed Mar 25, 2021
1 parent b20015f commit 321b68b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ Other free text and markdown formatting can be used elsewhere in the document if
- [webUISharingNotificationsToRoot/shareWithUsers.feature:36](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotificationsToRoot/shareWithUsers.feature#L36)

### [Preview of a text file is not available even when preview is enabled] (https://github.com/owncloud/web/issues/4858)
- [webUISharingPublic/shareByPublicLink.feature:61](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L61)
- [webUISharingPublic/shareByPublicLink.feature:61](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L61)

### [public cant get access to public link shares] (https://github.com/owncloud/web/issues/4856)
- [webUIPreview/imageMediaViewer.feature:110](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L110)
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Scenario Outline: preview of image files with media viewer is possible
When the user browses to the files page
Then the preview image of file "testavatar.jpg" should not be displayed in the file list view on the webUI

@skip @issue-4856
@issue-4856
Scenario: file list view image preview in public share
Given user "Alice" has uploaded file "testavatar.jpg" to "simple-empty-folder/testavatar.jpg"
And user "Alice" has created a public link with following settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Feature: Sharing files and folders with internal groups
And user "Alice" has been added to group "grp1"
And user "Brian" has been added to group "grp1"

@issue-2060
@skip @issue-2060
Scenario: sharing indicator of items inside a shared folder two levels down
Given user "Alice" has uploaded file with content "test" to "/simple-folder/lorem.txt"
And user "Alice" has uploaded file with content "test" to "/simple-folder/simple-empty-folder/inside.txt"
Expand Down

0 comments on commit 321b68b

Please sign in to comment.