From c57aab1a861609dc011859f339fd2e12d8a35538 Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Sun, 20 Jun 2021 22:01:41 +0200 Subject: [PATCH 1/4] choose-tests-for-ocisSmokeTest: add tag ocisSmokeTest --- tests/acceptance/features/webUILogin/oauthLogin.feature | 1 + .../features/webUIPreview/imageMediaViewer.feature | 1 + .../webUIPrivateLinks/accessingPrivateLinks.feature | 4 ++-- .../features/webUISharingAcceptShares/acceptShares.feature | 6 +++--- .../shareFileWithMultipleUsers.feature | 2 +- .../webUISharingInternalUsers/shareWithUsers.feature | 2 +- .../webUISharingPublicBasic/publicLinkCreate.feature | 4 ++-- .../shareByPublicLinkDifferentRoles.feature | 2 +- .../features/webUITrashbinDelete/trashbinDelete.feature | 2 +- .../webUITrashbinFilesFolders/trashbinFilesFolders.feature | 2 +- tests/acceptance/features/webUIUpload/upload.feature | 4 ++-- 11 files changed, 16 insertions(+), 14 deletions(-) diff --git a/tests/acceptance/features/webUILogin/oauthLogin.feature b/tests/acceptance/features/webUILogin/oauthLogin.feature index 4dfb80730ab..1251311baba 100644 --- a/tests/acceptance/features/webUILogin/oauthLogin.feature +++ b/tests/acceptance/features/webUILogin/oauthLogin.feature @@ -11,6 +11,7 @@ Feature: login users Background: Given user "Alice" has been created with default attributes and without skeleton files + @ocisSmokeTest Scenario: admin login Given the user has browsed to the login page And the user logs in with username "admin" and password "admin" using the webUI diff --git a/tests/acceptance/features/webUIPreview/imageMediaViewer.feature b/tests/acceptance/features/webUIPreview/imageMediaViewer.feature index ca2d126442b..a425adb9e47 100644 --- a/tests/acceptance/features/webUIPreview/imageMediaViewer.feature +++ b/tests/acceptance/features/webUIPreview/imageMediaViewer.feature @@ -3,6 +3,7 @@ Feature: display image in media viewer on the webUI Background: Given user "Alice" has been created with default attributes and without skeleton files +@ocisSmokeTest Scenario Outline: preview of image files with media viewer is possible Given user "Alice" has uploaded file "" to "" And user "Alice" has logged in using the webUI diff --git a/tests/acceptance/features/webUIPrivateLinks/accessingPrivateLinks.feature b/tests/acceptance/features/webUIPrivateLinks/accessingPrivateLinks.feature index 2e60709c245..dcd967870c5 100644 --- a/tests/acceptance/features/webUIPrivateLinks/accessingPrivateLinks.feature +++ b/tests/acceptance/features/webUIPrivateLinks/accessingPrivateLinks.feature @@ -5,7 +5,7 @@ Feature: Access private link Given user "Alice" has been created with default attributes and without skeleton files And user "Alice" has uploaded file "lorem.txt" to "lorem.txt" - @smokeTest + @smokeTest @ocisSmokeTest Scenario: Copy and access private link Given user "Alice" has logged in using the webUI When the user copies the private link of the file "lorem.txt" using the webUI @@ -13,7 +13,7 @@ Feature: Access private link Then the app-sidebar for file "lorem.txt" should be visible on the webUI And the "actions" details panel should be visible - @smokeTest + @smokeTest @ocisSmokeTest Scenario: Access private link before authorisation When the user tries to navigate to the private link created by user "Alice" for file "lorem.txt" Then the user should be redirected to the IdP login page diff --git a/tests/acceptance/features/webUISharingAcceptShares/acceptShares.feature b/tests/acceptance/features/webUISharingAcceptShares/acceptShares.feature index c4c2157540e..b5806c35ae2 100644 --- a/tests/acceptance/features/webUISharingAcceptShares/acceptShares.feature +++ b/tests/acceptance/features/webUISharingAcceptShares/acceptShares.feature @@ -74,7 +74,7 @@ Feature: accept/decline shares coming from internal users And the user has browsed to the personal sharing settings page Then User-based auto accepting checkbox should not be displayed on the personal sharing settings page in the webUI - + Scenario: User receives files when auto accept share is disabled Given user "Alice" has created file "toshare.txt" And user "Alice" has uploaded file with content "test" to "toshare.txt" @@ -85,7 +85,7 @@ Feature: accept/decline shares coming from internal users Then file "toshare.txt" should not be listed on the webUI And folder "Shares" should not be listed on the webUI - + Scenario: receive shares with same name from different users Given user "Carol" has been created with default attributes and without skeleton files And user "Carol" has created file "lorem.txt" @@ -96,7 +96,7 @@ Feature: accept/decline shares coming from internal users Then file "lorem.txt" shared by "Alice Hansen" should be in "Pending" state on the webUI And file "lorem.txt" shared by "Carol King" should be in "Pending" state on the webUI - + @ocisSmokeTest Scenario: decline an offered (pending) share Given user "Alice" has created file "toshare.txt" And user "Alice" has created file "anotherfile.txt" diff --git a/tests/acceptance/features/webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature b/tests/acceptance/features/webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature index 56a91bbe918..6dccb8d687e 100644 --- a/tests/acceptance/features/webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature +++ b/tests/acceptance/features/webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature @@ -11,7 +11,7 @@ Feature: Sharing files with multiple internal users with different permissions | Alice | | Brian | - @issue-ocis-1743 + @issue-ocis-1743 @ocisSmokeTest Scenario Outline: share a file with multiple users with different roles and permissions Given these users have been created with default attributes and without skeleton files: | username | diff --git a/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature b/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature index 5f2254ed674..f0853c78cc6 100644 --- a/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature +++ b/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature @@ -13,7 +13,7 @@ Feature: Sharing files and folders with internal users | Brian | And user "Brian" has created folder "simple-folder" - @smokeTest @issue-ocis-1743 + @smokeTest @issue-ocis-1743 @ocisSmokeTest Scenario Outline: share a file & folder with another internal user Given user "Brian" has created file "testimage.jpg" And user "Brian" has created file "simple-folder/lorem.txt" diff --git a/tests/acceptance/features/webUISharingPublicBasic/publicLinkCreate.feature b/tests/acceptance/features/webUISharingPublicBasic/publicLinkCreate.feature index 18b574df7b4..563a765b0ac 100644 --- a/tests/acceptance/features/webUISharingPublicBasic/publicLinkCreate.feature +++ b/tests/acceptance/features/webUISharingPublicBasic/publicLinkCreate.feature @@ -7,7 +7,7 @@ Feature: Create public link shares Background: Given user "Alice" has been created with default attributes and without skeleton files - @smokeTest @issue-ocis-reva-383 + @smokeTest @ocisSmokeTest @issue-ocis-reva-383 Scenario: simple folder sharing by public link Given user "Alice" has created folder "simple-folder" And user "Alice" has created file "simple-folder/lorem.txt" @@ -24,7 +24,7 @@ Feature: Create public link shares When the public uses the webUI to access the last public link created by user "Alice" Then file "lorem.txt" should be listed on the webUI - @smokeTest @issue-ocis-reva-383 + @smokeTest @ocisSmokeTest @issue-ocis-reva-383 Scenario: simple file sharing by public link Given user "Alice" has created file "lorem.txt" And user "Alice" has logged in using the webUI diff --git a/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature b/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature index 911e3341d8f..1bd3d77f593 100644 --- a/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature +++ b/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature @@ -12,7 +12,7 @@ Feature: Share by public link with different roles Given user "Alice" has been created with default attributes and without skeleton files And user "Alice" has created folder "simple-folder" - @smokeTest @issue-ocis-reva-383 + @smokeTest @ocisSmokeTest @issue-ocis-reva-383 Scenario Outline: simple sharing by public link with different roles Given user "Alice" has created file "simple-folder/lorem.txt" And user "Alice" has logged in using the webUI diff --git a/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature b/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature index 18934854067..cb988bef597 100644 --- a/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature +++ b/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature @@ -25,7 +25,7 @@ Feature: files and folders can be deleted from the trashbin And user "Alice" has logged in using the webUI And the user has browsed to the trashbin page - @issue-1725 + @issue-1725 @smokeTest @ocisSmokeTest Scenario: Delete files and check that they are gone When the user deletes file "lorem.txt" using the webUI And the user deletes file "sample,1.txt" using the webUI diff --git a/tests/acceptance/features/webUITrashbinFilesFolders/trashbinFilesFolders.feature b/tests/acceptance/features/webUITrashbinFilesFolders/trashbinFilesFolders.feature index 41a37c9a535..4094e100766 100644 --- a/tests/acceptance/features/webUITrashbinFilesFolders/trashbinFilesFolders.feature +++ b/tests/acceptance/features/webUITrashbinFilesFolders/trashbinFilesFolders.feature @@ -19,7 +19,7 @@ Feature: files and folders exist in the trashbin after being deleted And user "Alice" has uploaded file "lorem.txt" to "strängé नेपाली folder/lorem.txt" And user "Alice" has logged in using the webUI - @smokeTest @ocis-reva-issue-111 @skipOnOCIS @issue-product-186 @disablePreviews + @smokeTest @ocisSmokeTest @ocis-reva-issue-111 @skipOnOCIS @issue-product-186 @disablePreviews Scenario: Delete files & folders one by one and check that they are all in the trashbin When the user deletes the following elements using the webUI | name | diff --git a/tests/acceptance/features/webUIUpload/upload.feature b/tests/acceptance/features/webUIUpload/upload.feature index 5ce2d0546a9..9938135ad0e 100644 --- a/tests/acceptance/features/webUIUpload/upload.feature +++ b/tests/acceptance/features/webUIUpload/upload.feature @@ -18,7 +18,7 @@ Feature: File Upload And file "new-lorem.txt" should be listed on the webUI And as "Alice" the content of "new-lorem.txt" should be the same as the local "new-lorem.txt" - @smokeTest + @smokeTest @ocisSmokeTest Scenario: simple upload of a folder that does not exist before When the user uploads a folder containing the following files in separate sub-folders using the webUI: | lorem.txt | @@ -44,7 +44,7 @@ Feature: File Upload And as "Alice" file "PARENT/parent.txt" should exist And as "Alice" folder "PARENT/CHILD" should exist - @smokeTest + @smokeTest @ocisSmokeTest Scenario: Upload of a folder inside a subdirectory Given user "Alice" has created folder "simple-empty-folder" And the user has browsed to the files page From 7a7634475366fd19ecdcdef41cb814e492ff47f3 Mon Sep 17 00:00:00 2001 From: ScharfViktor Date: Thu, 24 Jun 2021 15:05:17 +0200 Subject: [PATCH 2/4] choose-tests-for-ocisSmokeTest: add tag --- tests/acceptance/features/webUIUpload/uploadEdgecases.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/features/webUIUpload/uploadEdgecases.feature b/tests/acceptance/features/webUIUpload/uploadEdgecases.feature index 2132beb6ffb..d2603da1884 100644 --- a/tests/acceptance/features/webUIUpload/uploadEdgecases.feature +++ b/tests/acceptance/features/webUIUpload/uploadEdgecases.feature @@ -25,7 +25,7 @@ Feature: File Upload Then file "zzzz-zzzz-will-be-at-the-end-of-the-folder-when-uploaded.txt" should be listed on the webUI And as "Alice" the content of "zzzz-zzzz-will-be-at-the-end-of-the-folder-when-uploaded.txt" should be the same as the local "zzzz-zzzz-will-be-at-the-end-of-the-folder-when-uploaded.txt" - @smokeTest + @smokeTest @ocisSmokeTest Scenario Outline: upload a new file into a sub folder Given user "Alice" has created folder "" And the user has browsed to the files page From 06df5f85a4d142293b279de7fbb6661a0cd96175 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 25 Jun 2021 13:52:10 +0545 Subject: [PATCH 3/4] Adjust line numbers --- .../expected-failures-with-oc10-server-oauth2-login.md | 10 +++++----- .../expected-failures-with-oc10-server-openid-login.md | 8 ++++---- .../expected-failures-with-ocis-server-ocis-storage.md | 10 +++++----- 3 files changed, 14 insertions(+), 14 deletions(-) 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 0dcadf70fe7..3e7ccb37f38 100644 --- a/tests/acceptance/expected-failures-with-oc10-server-oauth2-login.md +++ b/tests/acceptance/expected-failures-with-oc10-server-oauth2-login.md @@ -9,12 +9,12 @@ Level-3 headings should be used for the references to the relevant issues. Inclu Other free text and markdown formatting can be used elsewhere in the document if needed. But if you want to explain something about the issue, then please post that in the issue itself. ### [Media Viewer](https://github.com/owncloud/ocis/issues/1106) -- [webUIPreview/imageMediaViewer.feature:83](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L83) -- [webUIPreview/imageMediaViewer.feature:90](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L90) +- [webUIPreview/imageMediaViewer.feature:84](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L84) +- [webUIPreview/imageMediaViewer.feature:91](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L91) ### [Media Viewer preview not visible for files with .ogg and .webm formats](https://github.com/owncloud/web/issues/4667) -- [webUIPreview/imageMediaViewer.feature:140](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L140) -- [webUIPreview/imageMediaViewer.feature:158](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L158) +- [webUIPreview/imageMediaViewer.feature:141](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L141) +- [webUIPreview/imageMediaViewer.feature:159](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L159) ### [webUILogin/adminBlocksUser.feature:20 behaves differently on CI](https://github.com/owncloud/web/issues/4743) - [webUILogin/adminBlocksUser.feature:20](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUILogin/adminBlocksUser.feature#L120) @@ -131,4 +131,4 @@ Other free text and markdown formatting can be used elsewhere in the document if - [webUISharingPublicManagement/publicLinkShareByEmail.feature:41](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicManagement/publicLinkShareByEmail.feature#L41) - [webUISharingPublicManagement/publicLinkShareByEmail.feature:56](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicManagement/publicLinkShareByEmail.feature#L56) - [webUISharingPublicManagement/publicLinkShareByEmail.feature:71](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicManagement/publicLinkShareByEmail.feature#L71) -- [webUISharingPublicManagement/publicLinkShareByEmail.feature:99](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicManagement/publicLinkShareByEmail.feature#L99) \ No newline at end of file +- [webUISharingPublicManagement/publicLinkShareByEmail.feature:99](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicManagement/publicLinkShareByEmail.feature#L99) diff --git a/tests/acceptance/expected-failures-with-oc10-server-openid-login.md b/tests/acceptance/expected-failures-with-oc10-server-openid-login.md index e582c0caca9..4bb79b317fa 100644 --- a/tests/acceptance/expected-failures-with-oc10-server-openid-login.md +++ b/tests/acceptance/expected-failures-with-oc10-server-openid-login.md @@ -9,12 +9,12 @@ Level-3 headings should be used for the references to the relevant issues. Inclu Other free text and markdown formatting can be used elsewhere in the document if needed. But if you want to explain something about the issue, then please post that in the issue itself. ### [Media Viewer](https://github.com/owncloud/ocis/issues/1106) -- [webUIPreview/imageMediaViewer.feature:83](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L83) -- [webUIPreview/imageMediaViewer.feature:90](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L90) +- [webUIPreview/imageMediaViewer.feature:84](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L84) +- [webUIPreview/imageMediaViewer.feature:91](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L91) ### [Media Viewer preview not visible for files with .ogg and .webm formats](https://github.com/owncloud/web/issues/4667) -- [webUIPreview/imageMediaViewer.feature:140](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L140) -- [webUIPreview/imageMediaViewer.feature:158](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L158) +- [webUIPreview/imageMediaViewer.feature:141](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L141) +- [webUIPreview/imageMediaViewer.feature:159](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L159) ### [WebUI Login](https://github.com/owncloud/web/issues/4677) - [webUILogin/openidLogin.feature:62](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUILogin/openidLogin.feature#L62) diff --git a/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md b/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md index e3dc852ea48..fa257ceb25b 100644 --- a/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md +++ b/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md @@ -9,12 +9,12 @@ Level-3 headings should be used for the references to the relevant issues. Inclu Other free text and markdown formatting can be used elsewhere in the document if needed. But if you want to explain something about the issue, then please post that in the issue itself. ### [Media Viewer does not support mp3 files](https://github.com/owncloud/ocis/issues/1106) -- [webUIPreview/imageMediaViewer.feature:83](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L83) -- [webUIPreview/imageMediaViewer.feature:90](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L90) +- [webUIPreview/imageMediaViewer.feature:84](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L84) +- [webUIPreview/imageMediaViewer.feature:91](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L91) ### [Media Viewer preview not visible for files with .jpeg, .ogg, .webm and .gif formats](https://github.com/owncloud/ocis/issues/1490) -- [webUIPreview/imageMediaViewer.feature:140](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L140) -- [webUIPreview/imageMediaViewer.feature:158](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L158) +- [webUIPreview/imageMediaViewer.feature:141](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L141) +- [webUIPreview/imageMediaViewer.feature:159](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L159) ### [Exit page re-appears in loop when logged in user is deleted](https://github.com/owncloud/web/issues/4677) @@ -510,4 +510,4 @@ Other free text and markdown formatting can be used elsewhere in the document if - [webUISharingPublicManagement/publicLinkShareByEmail.feature:41](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicManagement/publicLinkShareByEmail.feature#L41) - [webUISharingPublicManagement/publicLinkShareByEmail.feature:56](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicManagement/publicLinkShareByEmail.feature#L56) - [webUISharingPublicManagement/publicLinkShareByEmail.feature:71](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicManagement/publicLinkShareByEmail.feature#L71) -- [webUISharingPublicManagement/publicLinkShareByEmail.feature:99](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicManagement/publicLinkShareByEmail.feature#L99) \ No newline at end of file +- [webUISharingPublicManagement/publicLinkShareByEmail.feature:99](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicManagement/publicLinkShareByEmail.feature#L99) From 7cd97622ad0bfcfec4e7568131aab72d1e9411fe Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 25 Jun 2021 16:45:04 +0545 Subject: [PATCH 4/4] Add trashbinDelete.feature:29 to smoke test expected-failures --- .../expected-failures-Iphone-oc10-server-oauth2-login.md | 5 ++++- .../expected-failures-XGA-with-oc10-server-oauth2-login.md | 5 ++++- ...-with-oc10-server-oauth2-login-and-web-integration-app.md | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/tests/acceptance/expected-failures-Iphone-oc10-server-oauth2-login.md b/tests/acceptance/expected-failures-Iphone-oc10-server-oauth2-login.md index 4030c4e55f8..bdb8350d49a 100644 --- a/tests/acceptance/expected-failures-Iphone-oc10-server-oauth2-login.md +++ b/tests/acceptance/expected-failures-Iphone-oc10-server-oauth2-login.md @@ -20,4 +20,7 @@ ### [File link in notifications seems to not work] (https://github.com/owncloud/web/issues/5227) - [webUISharingNotifications/notificationLink.feature:18](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotifications/notificationLink.feature#L18) -- [webUISharingNotificationsToRoot/notificationLink.feature:17](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotificationsToRoot/notificationLink.feature#L17) \ No newline at end of file +- [webUISharingNotificationsToRoot/notificationLink.feature:17](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotificationsToRoot/notificationLink.feature#L17) + +### [Trashbin Delete with small screen size] (https://github.com/owncloud/web/issues/5372) +- [webUITrashbinDelete/trashbinDelete.feature:29](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature#29) diff --git a/tests/acceptance/expected-failures-XGA-with-oc10-server-oauth2-login.md b/tests/acceptance/expected-failures-XGA-with-oc10-server-oauth2-login.md index d145919840d..80e23b76a8a 100644 --- a/tests/acceptance/expected-failures-XGA-with-oc10-server-oauth2-login.md +++ b/tests/acceptance/expected-failures-XGA-with-oc10-server-oauth2-login.md @@ -17,4 +17,7 @@ ### [File link in notifications seems to not work] (https://github.com/owncloud/web/issues/5227) - [webUISharingNotifications/notificationLink.feature:18](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotifications/notificationLink.feature#L18) -- [webUISharingNotificationsToRoot/notificationLink.feature:17](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotificationsToRoot/notificationLink.feature#L17) \ No newline at end of file +- [webUISharingNotificationsToRoot/notificationLink.feature:17](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotificationsToRoot/notificationLink.feature#L17) + +### [Trashbin Delete with small screen size] (https://github.com/owncloud/web/issues/5372) +- [webUITrashbinDelete/trashbinDelete.feature:29](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature#29) diff --git a/tests/acceptance/expected-failures-with-oc10-server-oauth2-login-and-web-integration-app.md b/tests/acceptance/expected-failures-with-oc10-server-oauth2-login-and-web-integration-app.md index aee80e3504a..9923a341bed 100644 --- a/tests/acceptance/expected-failures-with-oc10-server-oauth2-login-and-web-integration-app.md +++ b/tests/acceptance/expected-failures-with-oc10-server-oauth2-login-and-web-integration-app.md @@ -25,4 +25,7 @@ Other free text and markdown formatting can be used elsewhere in the document if ### [File link in notifications seems to not work] (https://github.com/owncloud/web/issues/5227) - [webUISharingNotifications/notificationLink.feature:18](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotifications/notificationLink.feature#L18) -- [webUISharingNotificationsToRoot/notificationLink.feature:17](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotificationsToRoot/notificationLink.feature#L17) \ No newline at end of file +- [webUISharingNotificationsToRoot/notificationLink.feature:17](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotificationsToRoot/notificationLink.feature#L17) + +### [Trashbin Delete with small screen size] (https://github.com/owncloud/web/issues/5372) +- [webUITrashbinDelete/trashbinDelete.feature:29](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature#29)