Skip to content

Commit

Permalink
Merge pull request #110 from daparkes/OLFG-865
Browse files Browse the repository at this point in the history
[OLFG-865] Place mdtprc cookie with other session cookies
  • Loading branch information
oscarduignan committed Jun 15, 2023
2 parents 13e13d0 + 7c4d476 commit 4d43657
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/uk/gov/hmrc/helpfrontend/views/CookiesPage.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h3 class="govuk-heading-m" id="cookies-sessions-heading">@messages("help.cookie
@cookiesTable(
id = "cookies-sessions-table",
section = "sessions",
cookieIds = Seq("mdtp", "mdtpp", "mdtpdf", "PLAY_FLASH", "PLAY_LANG", "remme", "mdtpdi", "mdtprc")
cookieIds = Seq("mdtp", "mdtpp", "mdtpdf", "mdtprc", "PLAY_FLASH", "PLAY_LANG", "remme", "mdtpdi")
)

<h3 class="govuk-heading-m" id="cookies-introductory-heading">@messages("help.cookies.how_used.intro_message.heading")</h3>
Expand Down
4 changes: 2 additions & 2 deletions test/unit/views/CookiesSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ class CookiesSpec
"mdtp",
"mdtpp",
"mdtpdf",
"mdtprc",
"PLAY_FLASH",
"PLAY_LANG",
"remme",
"mdtpdi",
"mdtprc"
"mdtpdi"
)

view.verifyTableContainsCookieName("cookies-sessions-table", expectedCookies)
Expand Down

0 comments on commit 4d43657

Please sign in to comment.