mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-12 21:56:44 +00:00
test(GODT-2746): Added tags to certain test scenarios
- Added tags to certain test scenarios so they are not ran on each MR, just on the nightly. GODT-2746
This commit is contained in:
@ -12,22 +12,27 @@ Feature: The user reports a problem
|
|||||||
Then the header in the "POST" multipart request to "/core/v4/reports/bug" has "Title" set to "[Bridge] Bug - title"
|
Then the header in the "POST" multipart request to "/core/v4/reports/bug" has "Title" set to "[Bridge] Bug - title"
|
||||||
And the header in the "POST" multipart request to "/core/v4/reports/bug" has "Description" set to "description"
|
And the header in the "POST" multipart request to "/core/v4/reports/bug" has "Description" set to "description"
|
||||||
And the header in the "POST" multipart request to "/core/v4/reports/bug" has "Username" set to "[user:user]"
|
And the header in the "POST" multipart request to "/core/v4/reports/bug" has "Username" set to "[user:user]"
|
||||||
|
And the header in the "POST" multipart request to "/core/v4/reports/bug" has "Attachment" set to ""
|
||||||
|
|
||||||
|
@regression
|
||||||
Scenario: User sends a problem report while signed out of Bridge
|
Scenario: User sends a problem report while signed out of Bridge
|
||||||
When user "[user:user]" logs out
|
When user "[user:user]" logs out
|
||||||
And the user reports a bug with field "Email" set to "[user:user]@[domain]"
|
And the user reports a bug with field "Email" set to "[user:user]@[domain]"
|
||||||
Then it succeeds
|
Then it succeeds
|
||||||
And the header in the "POST" multipart request to "/core/v4/reports/bug" has "Username" set to "[user:user]"
|
And the header in the "POST" multipart request to "/core/v4/reports/bug" has "Username" set to "[user:user]"
|
||||||
And the header in the "POST" multipart request to "/core/v4/reports/bug" has "Email" set to "[user:user]@[domain]"
|
And the header in the "POST" multipart request to "/core/v4/reports/bug" has "Email" set to "[user:user]@[domain]"
|
||||||
|
|
||||||
|
@regression
|
||||||
Scenario: User sends a problem report with changed Title
|
Scenario: User sends a problem report with changed Title
|
||||||
When the user reports a bug with field "Title" set to "Testing title"
|
When the user reports a bug with field "Title" set to "Testing title"
|
||||||
Then the header in the "POST" multipart request to "/core/v4/reports/bug" has "Title" set to "[Bridge] Bug - Testing title"
|
Then the header in the "POST" multipart request to "/core/v4/reports/bug" has "Title" set to "[Bridge] Bug - Testing title"
|
||||||
|
|
||||||
|
@regression
|
||||||
Scenario: User sends a problem report with changed Description
|
Scenario: User sends a problem report with changed Description
|
||||||
When the user reports a bug with field "Description" set to "There's an issue with my testing, please fix!"
|
When the user reports a bug with field "Description" set to "There's an issue with my testing, please fix!"
|
||||||
Then the header in the "POST" multipart request to "/core/v4/reports/bug" has "Description" set to "There's an issue with my testing, please fix!"
|
Then the header in the "POST" multipart request to "/core/v4/reports/bug" has "Description" set to "There's an issue with my testing, please fix!"
|
||||||
|
|
||||||
|
@regression
|
||||||
Scenario: User sends a problem report with multiple details changed
|
Scenario: User sends a problem report with multiple details changed
|
||||||
When the user reports a bug with details:
|
When the user reports a bug with details:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user