* CLDC-3499: Update selenium
allows for the tests to run locally as it can download a browser version that exists
* CLDC-3499: Fix validations spec to be non year specific
* CLDC-3499: Remove unneeded 2020 dates from bulk scheme locations spec
* CLDC-3499: Remove year specific tests from form_handler_spec
* CLDC-3499: Remove 2020 test from lettings_log_spec
* CLDC-3499: Remove 2020 test from sales_log_spec
* CLDC-3499: Remove 2020 test from location_spec
makes the current_collection_after_crossover_start_date method a bit more useful, returns the date in the current collection year that crossover will end, rather than the crossover end date of the current period (which will be next year)
* CLDC-3499: Remove 2020 test from scheme_spec
* CLDC-3499: Remove 2020 test from setup_validations_spec
adds missing archived method to collection_time_helper
* CLDC-3499: Start changes to lettings log export service
* CLDC-3499: Remove unneeded old test from check answers summary list component spec
* CLDC-3499: Update check answers page spec for modern years
* CLDC-3499: Add more form helpers
* CLDC-3499: Remove year specific tests from lettings setup validations
* CLDC-3499: Remove year specific tests from managing org rake spec
* CLDC-3499: Update lettings log spec
* CLDC-3499: Update task list spec
* CLDC-3499: Update sales logs controller
* CLDC-3499: Remove old tests from sales log spec
* CLDC-3499: Fix some final old tests
* Revert "CLDC-3499: Start changes to lettings log export service"
This reverts commit 1edbc9ab8c.
* CLDC-3499: Lint
* feat: enforce crossover tests pass
* feat: re-include archived log display test
---------
Co-authored-by: Nat Dean-Lewis <nat.dean-lewis@softwire.com>
Co-authored-by: Nat Dean-Lewis <94526761+natdeanlewissoftwire@users.noreply.github.com>
* CLDC-4328: Update wrong field numbers error
* fixup! CLDC-4328: Update wrong field numbers error
* CLDC-4328: Use a specific error message per year/log type
* fixup! CLDC-4328: Use a specific error message per year/log type
* CLDC-4300: Stricten validation on initialpurchase
* CLDC-4300: Add a correction script
* CLDC-4300: Update tests
* CLDC-4300: Ensure lasttransaction cannot equal saledate or initialtransaction
* CLDC-4300: Update date correcting rake to also account for lasttransaction = initialpurchase
* CLDC-4300: Revert updates to copy
* CLDC-4300: Apply these changes from 2026 only
* CLDC-4300: Compare lasttransaction to saledate
due to the it <= lt <= sd relationship, there's no need to comparse it to sd. if it == sd then it == lt and lt == sd
* CLDC-4300: Fix script in cases where all 3 dates are equal
* CLDC-3280: Add back link to error summary page
* CLDC-3280: Hide upload button if navigating from a view url
* CLDC-3280: Update tests
* CLDC-3280: Make read only error report opt-in
this means we can be happy only the touched pages will have a change in behaviour
* CLDC-3280: Rename fix errors in tests to reupload file
Co-authored-by: Oscar Richardson <116292912+oscar-richardson-softwire@users.noreply.github.com>
---------
Co-authored-by: Oscar Richardson <116292912+oscar-richardson-softwire@users.noreply.github.com>
* CLDC-4332: Check that a support user can only be in certain orgs
* CLDC-4332: Add tests
* CLDC-4332: Lint
* CLDC-4332: Only show the check for wrong org on edit
* CLDC-4332: Add the error to role if role is wrong
* fixup! CLDC-4332: Only show the check for wrong org on edit
lint
* CLDC-4332: TEMP: Add MHCLG filter for review apps
* Revert "CLDC-4332: TEMP: Add MHCLG filter for review apps"
This reverts commit b65c630ede.
* CLDC-4300: Stricten validation on initialpurchase
* CLDC-4300: Add a correction script
* CLDC-4300: Update tests
* CLDC-4300: Ensure lasttransaction cannot equal saledate or initialtransaction
* CLDC-4300: Update date correcting rake to also account for lasttransaction = initialpurchase
* CLDC-4300: Revert updates to copy
* CLDC-4300: Apply these changes from 2026 only
* fixup! CLDC-4300: Apply these changes from 2026 only
in rake too
* CLDC-4300: Compare lasttransaction to saledate
due to the it <= lt <= sd relationship, there's no need to comparse it to sd. if it == sd then it == lt and lt == sd
* fixup! CLDC-4300: Compare lasttransaction to saledate
update rake desc
Co-authored-by: Oscar Richardson <116292912+oscar-richardson-softwire@users.noreply.github.com>
---------
Co-authored-by: Oscar Richardson <116292912+oscar-richardson-softwire@users.noreply.github.com>
* CLDC-4313: Add maximum bounds to value and mortgage questions for 2026
* CLDC-4313: Add a rake task to correct logs
* CLDC-4313: New max from 2025 or later
* CLDC-4313: Remove redundant queries from rake
* CLDC-4313: Fix page specs
* fixup! CLDC-4313: Fix page specs
missed one
* CLDC-4313: Update rake name
2025 or later
* CLDC-4313: Include other fields missing max
mrentprestaircasing
management_fee
* CLDC-4432: Skip invalid field errors if the question is not routed to
* CLDC-4432: Add tests
* CLDC-4432: Lint
* fixup! CLDC-4432: Add tests
comment test dependencies
* CLDC-3205: Add net income value check where missing
hhmemb
ecstat1..8
age2..8 (twice as the age question moved)
* CLDC-3205: Group household_characteristics better
* CLDC-3205: Update tests
* CLDC-3205: Update csv export specs
* fixup! CLDC-3205: Update tests
* CLDC-4250: Add a new validation for universal credit and household income sources
* CLDC-4250: Add verifying tests
* CLDC-4250: Add a post release script
* fixup! CLDC-4250: Add verifying tests
remove unneeded setup
* fixup! CLDC-4250: Add verifying tests
fix test name
* CLDC-4250: make benefits also invalid
as requested on ticket
update rake