diff --git a/tests/acceptance/expected-failures-with-oc10-server-oauth2-login.md b/tests/acceptance/expected-failures-with-oc10-server-oauth2-login.md index 4ca3c8dffd4..e599d4fcafe 100644 --- a/tests/acceptance/expected-failures-with-oc10-server-oauth2-login.md +++ b/tests/acceptance/expected-failures-with-oc10-server-oauth2-login.md @@ -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) \ No newline at end of file +- [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) diff --git a/tests/acceptance/features/webUIPreview/imageMediaViewer.feature b/tests/acceptance/features/webUIPreview/imageMediaViewer.feature index aa98ebc6f6d..6b747463abc 100644 --- a/tests/acceptance/features/webUIPreview/imageMediaViewer.feature +++ b/tests/acceptance/features/webUIPreview/imageMediaViewer.feature @@ -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 diff --git a/tests/acceptance/features/webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature b/tests/acceptance/features/webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature index 22d2d4b7cd4..819f085ecc5 100644 --- a/tests/acceptance/features/webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature +++ b/tests/acceptance/features/webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature @@ -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"