Skip to content

Commit

Permalink
Added extra check for group:
Browse files Browse the repository at this point in the history
  • Loading branch information
grgprarup committed Dec 27, 2022
1 parent 1ec4a90 commit 3495e89
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -425,12 +425,15 @@ Feature: Sharing files and folders with internal users
| Alice |
| Brian |
| Carol |
| David |
And group "Brian,Carol" has been created
And user "David" has been added to group "Brian,Carol"
And user "Alice" has uploaded file "filesForUpload/lorem.txt" to "lorem.txt"
And user "Alice" has logged in using the webUI
When the user shares file "lorem.txt" with users "Brian,Carol" using the webUI
Then as "Brian" file "lorem.txt" should exist
And as "Carol" file "lorem.txt" should exist
And as "David" file "lorem.txt" should not exist


Scenario: user shares folder with multiple users having exact same group name
Expand All @@ -439,9 +442,12 @@ Feature: Sharing files and folders with internal users
| Alice |
| Brian |
| Carol |
| David |
And group "Brian,Carol" has been created
And user "David" has been added to group "Brian,Carol"
And user "Alice" has created folder "simple-folder"
And user "Alice" has logged in using the webUI
When the user shares folder "simple-folder" with users "Brian,Carol" using the webUI
Then as "Brian" folder "simple-folder" should exist
And as "Carol" folder "simple-folder" should exist
And as "David" folder "simple-folder" should not exist

0 comments on commit 3495e89

Please sign in to comment.