-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1200 from alphagov/temp-changes-to-content-request
Update Content change request ticket subject and temporarily add fields into body
- Loading branch information
Showing
3 changed files
with
37 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,12 +15,30 @@ | |
|
||
scenario "successful mainstream content change request " do | ||
request = expect_zendesk_to_receive_ticket( | ||
"subject" => "Update X - Content change request", | ||
"subject" => "Update X", | ||
"requester" => hash_including("name" => "John Smith", "email" => "[email protected]"), | ||
"tags" => %w[govt_form content_amend], | ||
"comment" => { | ||
"body" => | ||
"[URLs to be changed] | ||
"[Reason for request] | ||
Factual inaccuracy | ||
[Subject area] | ||
Benefits | ||
[Deadline date] | ||
31-12-#{next_year} | ||
[Deadline time] | ||
13:00 | ||
[Do not publish before date] | ||
01-12-#{next_year} | ||
[Do not publish before time] | ||
18:00 | ||
[URLs to be changed] | ||
http://gov.uk/X | ||
[Details of what should be added, amended or removed] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters