From 056ad4192064246844d1504c175c6a9e36bbb720 Mon Sep 17 00:00:00 2001 From: amrita Date: Tue, 1 Nov 2022 12:31:51 +0545 Subject: [PATCH] Skip Shares folder related tests on ocis --- .../expected-failures-with-ocis-server-ocis-storage.md | 3 --- .../features/webUIMoveFilesFolders/moveFiles.feature | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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 86cd3d57595..c2a5525384e 100644 --- a/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md +++ b/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md @@ -86,9 +86,6 @@ Other free text and markdown formatting can be used elsewhere in the document if ### [Browser session deleted user should not be valid for newly created user of same name](https://github.com/owncloud/ocis/issues/904) - [webUILogin/openidLogin.feature:60](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUILogin/openidLogin.feature#L60) -### [Copy & Move is not supported for shares in 2.0.0-beta1](https://github.com/owncloud/ocis/issues/3721) -- [webUIMoveFilesFolders/moveFiles.feature:106](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIMoveFilesFolders/moveFiles.feature#L106) - ### [Comments in sidebar](https://github.com/owncloud/web/issues/1158) - [webUIFilesDetails/fileDetails.feature:90](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesDetails/fileDetails.feature#L90) - [webUIFilesDetails/fileDetails.feature:106](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesDetails/fileDetails.feature#L106) diff --git a/tests/acceptance/features/webUIMoveFilesFolders/moveFiles.feature b/tests/acceptance/features/webUIMoveFilesFolders/moveFiles.feature index bd76b5d8b8b..2bffbb9cbba 100644 --- a/tests/acceptance/features/webUIMoveFilesFolders/moveFiles.feature +++ b/tests/acceptance/features/webUIMoveFilesFolders/moveFiles.feature @@ -102,7 +102,7 @@ Feature: move files When the user tries to move file "lorem.txt" into folder "simple-folder (2)" using the webUI Then as "Alice" file "simple-folder (2)/lorem.txt" should not exist in the server - @issue-ocis-873 + @issue-ocis-873 @issue-6896 @skipOnOCIS Scenario: sharee moves a file shared by sharer into another folder Given the setting "shareapi_auto_accept_share" of app "core" has been set to "no" in the server And the administrator has set the default folder for received shares to "Shares" in the server