From 0b2e0fb124945c70b504b10cf0dab2b604db6ddc Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Fri, 7 Nov 2025 09:36:24 +0100 Subject: [PATCH] add share sync to collaborativePosix suite --- .../features/collaborativePosix/collaborativePosixFS.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/acceptance/features/collaborativePosix/collaborativePosixFS.feature b/tests/acceptance/features/collaborativePosix/collaborativePosixFS.feature index 982b337d9..3d4cddd64 100644 --- a/tests/acceptance/features/collaborativePosix/collaborativePosixFS.feature +++ b/tests/acceptance/features/collaborativePosix/collaborativePosixFS.feature @@ -155,6 +155,7 @@ Feature: create a resources using collaborative posixfs | sharee | Brian | | shareType | user | | permissionsRole | Viewer | + And user "Brian" has a share "textfile.txt" synced When the administrator renames the file "textfile.txt" to "new-name.txt" for user "Alice" on the POSIX filesystem Then the command should be successful And user "Brian" should have a share "textfile.txt" shared by user "Alice" from space "Personal"