Skip to content

Commit

Permalink
Merge pull request #1147 from ministryofjustice/feature/APS-1482__e2e…
Browse files Browse the repository at this point in the history
…_data_changes_for_new_ap_and_delius_offences

APS-1482 - e2e test data changes for new offences data from API
  • Loading branch information
gregkhawkins authored Nov 21, 2024
2 parents b7067a9 + a51a0aa commit d6cab63
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cypress_shared/fixtures/offences-local.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[
{
"offenceId": "M2500295343",
"offenceDescription": "Murder - Murder of infants under 1 year of age",
"offenceDate": "2018-08-04",
"convictionId": "2500295345"
"offenceId": "M200002",
"offenceDescription": "Murder - Murder of spouse",
"offenceDate": "2024-10-12",
"convictionId": "100002"
},
{
"offenceId": "A2500108084",
"offenceId": "A300002",
"offenceDescription": "Burglary in a dwelling - Burglary (dwelling) with intent to commit, or the commission of, an offence triable only on indictment",
"offenceDate": "2019-09-02",
"convictionId": "2500295345"
"offenceDate": "2024-10-22",
"convictionId": "100002"
}
]

0 comments on commit d6cab63

Please sign in to comment.