Rachael Booth
5dd108f64f
Merge branch 'main' into FixTestsForHardYearEnd
2 years ago
kosiakkatrina
f9cb42fbad
CLDC-2831 Remove mini-profiler from staging ( #2517 )
...
* Revert "Add mini profiler (#2513 )"
This reverts commit c19291c948 .
* Revert "CLDC-2831 Update profiler storage (#2514 )"
This reverts commit 2203577fee .
2 years ago
Rachael Booth
5fced9ec8f
Remove dummy end dates
2 years ago
Rachael Booth
bcf64940c0
Remove new 2023 specific test
2 years ago
Rachael Booth
f239899eb5
Don't use helper in factory
2 years ago
Rachael Booth
6be1090f2f
Linting
2 years ago
Rachael Booth
06d0530365
Merge branch 'main' into FixTestsForHardYearEnd
2 years ago
Rachael Booth
bbc8cc82b5
Refactoring
2 years ago
Rachael Booth
99ce3f62f5
Update bu factory year specification
2 years ago
Rachael Booth
be4b3d985b
Add tests for bulk_upload.year_combo
2 years ago
Rachael Booth
d2964d73db
CLDC-3549: Ensure location page routing is updated when log is changed ( #2502 )
2 years ago
Rachael Booth
499e5ca6f7
Fix sale date changing 2024 -> 2023 test
2 years ago
Rachael Booth
ac64b03fbb
Don't use db unnecessarily in financial validations spec
2 years ago
Rachael Booth
206bc4cc42
fix
2 years ago
Rachael Booth
469f1574fb
More years in request spec
2 years ago
Rachael Booth
884f547b16
Fix linting
2 years ago
Rachael Booth
05e11c1a27
Fix field number row identifier
2 years ago
Rachael Booth
84e5e6adda
Refactor BU processor tests
2 years ago
Rachael Booth
1dc5ddedd8
Sales log to csv fix
2 years ago
Rachael Booth
1b18096a05
Fix 2023 lettings row parser spec
2 years ago
Rachael Booth
8a466b4ed3
Further fixes
2 years ago
Rachael Booth
a2ca03b227
Tweak bulk upload error row component tests for year changes
2 years ago
Rachael Booth
2052ea4649
Fix lint
2 years ago
Rachael Booth
7017793ebe
More use of bulk_upload.year_combo in request tests
2 years ago
Rachael Booth
39756f5a72
Remove pre 2023 test
2 years ago
Rachael Booth
0bb6810355
More work on bu validator specs - mostly sales
2 years ago
kosiakkatrina
e639c5c861
CLDC-3558 Display correct orgs data protection confirmation ( #2511 )
...
* Display correct orgs data protection confirmation
* Remove binding
2 years ago
Rachael Booth
ee22a41652
More fixes
2 years ago
Rachael Booth
0d389eaf8e
Refactor lettings validator_spec
2 years ago
Rachael Booth
10fb71e2e3
Use year combo function in bulk upload mailer tests
2 years ago
Rachael Booth
ae23749ae8
Update BU log creator specs for 2024
2 years ago
Rachael Booth
2ce8fe7d96
Use bulk_upload.year_combo for comparison in request tests to avoid year dependancy
2 years ago
Rachael Booth
ebb1d58dce
Set 2024 date in form_handler_spec to be during crossover period as needed
2 years ago
Rachael Booth
7733b53f90
Merge branch 'main' into FixTestsForHardYearEnd
2 years ago
kosiakkatrina
2203577fee
CLDC-2831 Update profiler storage ( #2514 )
...
* Update profiler storage
* lint
2 years ago
kosiakkatrina
9688a04ac7
Update rexml ( #2515 )
2 years ago
Rachael Booth
5db0480bfd
Update validator_spec
2 years ago
kosiakkatrina
c19291c948
Add mini profiler ( #2513 )
2 years ago
kosiakkatrina
8ce22d37c0
CLDC-3289 Avoid freezing time (part 3) ( #2445 )
...
* Refactor tests #1
* Update tasklist helper tests
* Update task list helper
* Fix test
* Rabase fixes
* Update model/validations tests
* Update som sales log specs
* Remove missing addresses csv tasks
* Update some tests for 2023 collection close
* More fixes
* Revert sales shared examples change
* Fix test
* Update test nemes, remove time stub
2 years ago
Arthur Campbell
3adfb29143
CLDC-3290 Update some test setup ( #2466 )
...
* test prof in test context
* time reduced from ~1.4 to 0.27
* time reduced from ~1.1 to 0.7
* time reduced from ~0.13 to 0.07
* add testprof env variables to spec helper
* reorder gems for linting copmlaint
* Remove test-prof gem
---------
Co-authored-by: Kat <katrina@kosiak.co.uk>
2 years ago
Manny Dinssa
9e35b26dcf
Just use visible locations ( #2506 )
2 years ago
Rachael Booth
b5d38c5444
Remove one off reinfer_local_authority task
2 years ago
Rachael Booth
a8eb01e5aa
Temporarily disable test marked to delete at year end
2 years ago
Rachael Booth
aba7319674
Merge branch 'main' into FixTestsForHardYearEnd
2 years ago
kosiakkatrina
fe82a8e8b4
Split tests into more jobs ( #2505 )
...
* Split tests into more jobs
* Make request tests run in parallel
2 years ago
Rachael Booth
cef1dd88ab
Add in past end dates for testing
2 years ago
Arthur Campbell
f423ec1cd5
CLDC-3505 further fixes to tests for year hard end ( #2493 )
...
* further fixes
* Fix date / crossover issues
* Try changing form end dates
* Revert "Try changing form end dates"
This reverts commit e027e29cf0 .
* Make use of :ignore-validation-errors trait
* Try with end dates in past
* Revert "Try with end dates in past"
This reverts commit 6b87938d70 .
---------
Co-authored-by: Rachael Booth <rachael.booth@softwire.com>
2 years ago
kosiakkatrina
42f89680e5
CLDC-3495 Reduce persisted models in tests ( #2507 )
...
* Remove legacy user from user factory
* Build instead of creating in some model tests
* Do not create a new DPO for orgs created within user factories
* Add original setup doc
* Update documentation with updated factories
* Fix up DSA creations
2 years ago
kosiakkatrina
ab4915c2aa
CLDC-2480 Allow deleting organisations ( #2459 )
...
* Add delete confirmation page
* Allow deleting organisation
* Add delete button
* Do not display deleted organisations as an option
* Update policy
* Display informative text and delete org resources
* lint
* Update organisation labels to show when deleted
* Refactor organisation label
* Update more labels
* Remove deleted orgs from schemes and autorize delete_confirmation
* Fix tests
2 years ago
kosiakkatrina
8dcd80e4f8
Strip scheme ID ( #2487 )
2 years ago