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 *