From b73353ef9b909d50f82c00a85157d19bc3b2a1fa Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Thu, 13 Nov 2025 09:32:07 +0100 Subject: [PATCH] fix flaky test --- .../coreApiShareOperationsToShares2/uploadToShare.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/acceptance/features/coreApiShareOperationsToShares2/uploadToShare.feature b/tests/acceptance/features/coreApiShareOperationsToShares2/uploadToShare.feature index 7184330e8..dd8943475 100644 --- a/tests/acceptance/features/coreApiShareOperationsToShares2/uploadToShare.feature +++ b/tests/acceptance/features/coreApiShareOperationsToShares2/uploadToShare.feature @@ -18,6 +18,7 @@ Feature: sharing | sharee | Brian | | shareType | user | | permissionsRole | Viewer | + And user "Brian" has a share "FOLDER" synced When user "Brian" uploads file "filesForUpload/textfile.txt" to "/Shares/FOLDER/textfile.txt" using the WebDAV API Then the HTTP status code should be "403" And as "Alice" file "/FOLDER/textfile.txt" should not exist