This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Test docs' error page creation / correctness #12527
Closed
Description
A follow up to #12416 and #12417
It would be nice if the doc build process (?) verified / tested two things:
- all minErrs that are collected by the closure compiler have an error page
- all existing error pages have their corresponding error thrown at least once
- the errorDisplay directive displays the correct error message for each error (e2e test?)