From 5124ed3889757c036c6234eeeb69a8e337ceb263 Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi Date: Thu, 19 May 2022 09:45:10 +0545 Subject: [PATCH 1/2] Bump ocis commit id for tests --- .drone.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.env b/.drone.env index c87046e364c..01d7b73d249 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The version of OCIS to use in pipelines that test against OCIS -OCIS_COMMITID=5c2d4f1f600f55e070ac6a3286f941312de18312 +OCIS_COMMITID=ea435449d2843a96c6b5d030e139eb6658a17078 OCIS_BRANCH=master From c3b0e3b6220d16ae1446abd70631025287931123 Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi Date: Thu, 19 May 2022 11:30:00 +0545 Subject: [PATCH 2/2] update expected to fail and remove closed issue tag --- .../expected-failures-with-ocis-server-ocis-storage.md | 2 -- tests/acceptance/features/webUIFilesSearch/search.feature | 4 ++-- 2 files changed, 2 insertions(+), 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 bafc4bf6038..b5513bb6150 100644 --- a/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md +++ b/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md @@ -32,8 +32,6 @@ Other free text and markdown formatting can be used elsewhere in the document if - [webUIFavorites/unfavoriteFile.feature:87](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/unfavoriteFile.feature#L87) - [webUIFavorites/unfavoriteFile.feature:102](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/unfavoriteFile.feature#L102) - [webUIFilesSearch/search.feature:103](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesSearch/search.feature#L103) -- [webUIFilesSearch/search.feature:153](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesSearch/search.feature#L153) -- [webUIFilesSearch/search.feature:165](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesSearch/search.feature#L165) - [webUIFilesSearch/search.feature:175](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesSearch/search.feature#L175) - [webUIResharing1/reshareUsers.feature:230](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing1/reshareUsers.feature#L230) diff --git a/tests/acceptance/features/webUIFilesSearch/search.feature b/tests/acceptance/features/webUIFilesSearch/search.feature index 6547701475c..8364ecc6d4e 100644 --- a/tests/acceptance/features/webUIFilesSearch/search.feature +++ b/tests/acceptance/features/webUIFilesSearch/search.feature @@ -149,7 +149,7 @@ Feature: Search When the user searches for "strängéनेपाली" using the webUI Then file "strängéनेपालीloremfile.txt" should be listed on the webUI - @issue-1726 + Scenario: Search for deleted folder in the trashbin Given user "Alice" has created folder "deleted folder" in the server And user "Alice" has created folder "not deleted folder" in the server @@ -161,7 +161,7 @@ Feature: Search Then folder "not deleted folder" should be listed on the webUI And folder "deleted folder" should not be listed on the webUI - @issue-1726 + Scenario: Search for favorited folder in favorites page Given user "Alice" has created folder "favorite folder" in the server And user "Alice" has created folder "not favorite folder" in the server