As a Developer, I can automate tests to ensure that the correct templates are being used throughout the application, so that any errors in template rendering can be easily detected
Acceptance Criteria:
The automated tests verify that the appropriate template is rendered when accessing each distinct page or view within the application.
Upon execution of the automated tests, any discrepancies between the expected and actual template usage are flagged for further investigation.
Tasks
[x] Implement automated test Classes to check if the correct templates are rendered
[x] Automated 100% test template coverage of application
As a Developer, I can automate tests to ensure that the correct templates are being used throughout the application, so that any errors in template rendering can be easily detected
Acceptance Criteria:
Tasks