Addressed reviews

This commit is contained in:
Prarup Gurung
2024-02-06 14:36:58 +05:45
parent 9bb711acb9
commit f7eb4db082
2 changed files with 5 additions and 5 deletions
@@ -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" 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: And user "Alice" has sent the following share invitation:
| resource | textfile.txt | | resource | textfile.txt |
| space | Personal | | 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" 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: And user "Alice" has sent the following share invitation:
| resource | folderToShare | | resource | folderToShare |
| space | Personal | | space | Personal |
@@ -523,7 +523,7 @@ class SettingsContext implements Context {
/** /**
* @Given user :user has disabled auto-accepting * @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 * @param string $user
* *