From 71bd8b624a16d380b7f5ae80001c35175f4e4183 Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi Date: Fri, 30 Sep 2022 16:12:09 +0545 Subject: [PATCH] Enable the e2e test steps related to issue-7629 --- tests/e2e/cucumber/features/integrations/search.feature | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/e2e/cucumber/features/integrations/search.feature b/tests/e2e/cucumber/features/integrations/search.feature index a099809e64e..c9bba3fa90e 100644 --- a/tests/e2e/cucumber/features/integrations/search.feature +++ b/tests/e2e/cucumber/features/integrations/search.feature @@ -48,8 +48,7 @@ Feature: Search Then following resources should be displayed in the search list for user "Alice" | resource | | new-lorem.txt | -# enable these steps after issue https://github.com/owncloud/web/issues/7629 is fixed - # | new-lorem-big.txt | + | new-lorem-big.txt | But following resources should not be displayed in the search list for user "Alice" | resource | | PARENT | @@ -60,8 +59,7 @@ Feature: Search | resource | | folder | | FolDer | - # enable these steps after issue https://github.com/owncloud/web/issues/7629 is fixed - # | folder_from_brian | + | folder_from_brian | But following resources should not be displayed in the search list for user "Alice" | resource | | new-lorem.txt |