Fix a failing test - currently the page following the effective from date page is not implemented, and so clicking 'continue' on the effective from date page goes to the 'Not found' page which doesn't have a 'back' button.
Resolution :heavy_check_mark:
This PR fixes this by instead returning to the effective from date page by using the URL instead of the back button
Miscellaneous :heavy_plus_sign:
Set the GitHub actions feature flags to boolean instead of string.
Introduction :pencil2:
Fix a failing test - currently the page following the effective from date page is not implemented, and so clicking 'continue' on the effective from date page goes to the 'Not found' page which doesn't have a 'back' button.
Resolution :heavy_check_mark:
This PR fixes this by instead returning to the effective from date page by using the URL instead of the back button
Miscellaneous :heavy_plus_sign: