From f7eb4db082e5ecb53cf87a7cbdd911efe37dad1f Mon Sep 17 00:00:00 2001 From: Prarup Gurung Date: Tue, 6 Feb 2024 14:36:45 +0545 Subject: [PATCH] Addressed reviews --- .../acceptance/features/apiSharingNg/sharedWithMe.feature | 8 ++++---- tests/acceptance/features/bootstrap/SettingsContext.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/acceptance/features/apiSharingNg/sharedWithMe.feature b/tests/acceptance/features/apiSharingNg/sharedWithMe.feature index 53c6b74a5..c4d249487 100644 --- a/tests/acceptance/features/apiSharingNg/sharedWithMe.feature +++ b/tests/acceptance/features/apiSharingNg/sharedWithMe.feature @@ -595,9 +595,9 @@ Feature: an user gets the resources shared to them """ - Scenario: user lists the file shared with them when sync is disabled + Scenario: user lists the file shared with them when auto-sync is disabled Given user "Alice" has uploaded file with content "to share" to "textfile.txt" - And user "Brian" has disabled sync + And user "Brian" has disabled the auto-sync share And user "Alice" has sent the following share invitation: | resource | textfile.txt | | space | Personal | @@ -863,9 +863,9 @@ Feature: an user gets the resources shared to them """ - Scenario: user lists the folder shared with them when sync is disabled + Scenario: user lists the folder shared with them when auto-sync is disabled Given user "Alice" has created folder "folderToShare" - And user "Brian" has disabled sync + And user "Brian" has disabled the auto-sync share And user "Alice" has sent the following share invitation: | resource | folderToShare | | space | Personal | diff --git a/tests/acceptance/features/bootstrap/SettingsContext.php b/tests/acceptance/features/bootstrap/SettingsContext.php index fefdf8f92..c099a131b 100644 --- a/tests/acceptance/features/bootstrap/SettingsContext.php +++ b/tests/acceptance/features/bootstrap/SettingsContext.php @@ -523,7 +523,7 @@ class SettingsContext implements Context { /** * @Given user :user has disabled auto-accepting - * @Given user :user has disabled sync + * @Given user :user has disabled the auto-sync share * * @param string $user *