Skip to content

Commit

Permalink
SQUASH (live config)
Browse files Browse the repository at this point in the history
  • Loading branch information
KludgeKML committed Nov 18, 2024
1 parent 8e3d620 commit 9c8ae82
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions spec/fixtures/path_clash_same_time_recruitment_banners.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Fixture - invalid because banners point to the same path and overlap in time
banners:
- name: Banner feb-apr
suggestion_text: "Help improve GOV.UK"
suggestion_link_text: "Sign up to take part in user research (opens in a new tab)"
survey_url: https://google.com
page_paths:
- /page-1
start_date: 12/02/2025
end_date: 12/04/2025
- name: Banner jan-mar
suggestion_text: "Help improve GOV.UK"
suggestion_link_text: "Sign up to take part in user research (opens in a new tab)"
survey_url: https://google.com
page_paths:
- /page-1
start_date: 12/01/2025
end_date: 12/03/2025

0 comments on commit 9c8ae82

Please sign in to comment.