From b0ac20425e457ad818193b79b9165ee0e45380e6 Mon Sep 17 00:00:00 2001 From: Gjorgji Slamkov Date: Thu, 31 Aug 2023 13:00:12 +0200 Subject: [PATCH] test(GODT-2746): Updated test scenario GODT-2746 --- tests/features/user/report_problem.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/features/user/report_problem.feature b/tests/features/user/report_problem.feature index f1dbb5e7..f7638bde 100644 --- a/tests/features/user/report_problem.feature +++ b/tests/features/user/report_problem.feature @@ -16,7 +16,8 @@ Feature: The user reports a problem Scenario: User sends a problem report while signed out of Bridge When user "[user:user]" logs out And the user reports a bug with field "Email" set to "[user:user]@[domain]" - Then the header in the "POST" multipart request to "/core/v4/reports/bug" has "Username" set to "[user:user]" + 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 "Email" set to "[user:user]@[domain]" Scenario: User sends a problem report with changed Title