Refactor feature files to add correct description

This commit is contained in:
Swikriti Tripathi
2023-05-26 14:33:55 +05:45
parent 34909ec1fd
commit 9c5a8a7b24
13 changed files with 139 additions and 128 deletions
@@ -11,7 +11,7 @@ Feature: Email notification
| Brian |
Scenario: a user gets an email notification when someone shares a project space
Scenario: user gets an email notification when someone shares a project space
Given the administrator has given "Alice" the role "Space Admin" using the settings api
And user "Alice" has created a space "new-space" with the default quota using the GraphApi
When user "Alice" shares a space "new-space" with settings:
@@ -28,7 +28,7 @@ Feature: Email notification
"""
Scenario: a user gets an email notification when someone shares a file
Scenario: user gets an email notification when someone shares a file
Given user "Alice" has uploaded file with content "sample text" to "lorem.txt"
When user "Alice" has shared file "lorem.txt" with user "Brian" with permissions "17"
Then the HTTP status code should be "200"