From ed5b6ee780bc270a09d4f1b33f4a72db15e7342e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 21 Aug 2026 13:23:22 +0200 Subject: [PATCH] Update tests/acceptance/features/apiSearch1/favoriteSearch.feature --- tests/acceptance/features/apiSearch1/favoriteSearch.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/features/apiSearch1/favoriteSearch.feature b/tests/acceptance/features/apiSearch1/favoriteSearch.feature index d087d045d9..0befecaacc 100644 --- a/tests/acceptance/features/apiSearch1/favoriteSearch.feature +++ b/tests/acceptance/features/apiSearch1/favoriteSearch.feature @@ -114,7 +114,7 @@ Feature: search for favorites Then the HTTP status code should be "207" And the search result should contain "0" entries - + @issue-3309 Scenario: search for favorite files after deleting a file Given user "Alice" has uploaded file "filesForUpload/textfile.txt" to "textfile.txt" And user "Alice" has marked file "textfile.txt" as favorite from space "Personal"