Skip to content

Commit

Permalink
Fixed steps name
Browse files Browse the repository at this point in the history
  • Loading branch information
grgprarup committed Feb 14, 2024
1 parent 57556f6 commit 9e4b6ab
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -519,13 +519,13 @@ Feature: listing sharedWithMe when auto-sync is disabled


Scenario: group member lists the file shared with them when auto-sync is disabled
And user "Carol" has been created with default attributes and without skeleton files
Given user "Carol" has been created with default attributes and without skeleton files
And group "grp1" has been created
And the following users have been added to the following groups
| username | groupname |
| Brian | grp1 |
| Carol | grp1 |
Given user "Alice" has uploaded file with content "to share" to "textfile.txt"
And user "Alice" has uploaded file with content "to share" to "textfile.txt"
And user "Brian" has disabled the auto-sync share
And user "Alice" has sent the following share invitation:
| resource | textfile.txt |
Expand Down Expand Up @@ -793,13 +793,13 @@ Feature: listing sharedWithMe when auto-sync is disabled


Scenario: group member lists the folder shared with them when auto-sync is disabled
And user "Carol" has been created with default attributes and without skeleton files
Given user "Carol" has been created with default attributes and without skeleton files
And group "grp1" has been created
And the following users have been added to the following groups
| username | groupname |
| Brian | grp1 |
| Carol | grp1 |
Given user "Alice" has created folder "folderToShare"
And user "Alice" has created folder "folderToShare"
And user "Brian" has disabled the auto-sync share
And user "Alice" has sent the following share invitation:
| resource | folderToShare |
Expand Down

0 comments on commit 9e4b6ab

Please sign in to comment.