From a2fea9bb031409a93c59b1d9ebb062b0e67716e5 Mon Sep 17 00:00:00 2001 From: Saw-jan Date: Mon, 24 Jun 2024 18:18:49 +0545 Subject: [PATCH] test: fix another test --- .../createShareToSharesFolder.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/acceptance/features/coreApiShareManagementBasicToShares/createShareToSharesFolder.feature b/tests/acceptance/features/coreApiShareManagementBasicToShares/createShareToSharesFolder.feature index b530f7ef0..63d8cafdc 100644 --- a/tests/acceptance/features/coreApiShareManagementBasicToShares/createShareToSharesFolder.feature +++ b/tests/acceptance/features/coreApiShareManagementBasicToShares/createShareToSharesFolder.feature @@ -245,7 +245,8 @@ Feature: sharing And user "Brian" has been added to group "grp2" And user "Alice" has created folder "/PARENT" When user "Alice" shares folder "/PARENT" with group "grp1" using the sharing API - Then user "Brian" should see the following elements + Then user "Brian" should have sync enabled for share "PARENT" + And user "Brian" should see the following elements | /Shares/PARENT/ |