Visual verification loop
Compare the implemented UI against a screenshot or design, list differences, fix them, and repeat.
Use this when “looks good” needs evidence.
- Capture or attach the target visual reference.
- Implement the UI change.
- Take screenshots at the required viewport sizes.
- Compare the result against the target and list differences.
- Fix material differences.
- Repeat until the comparison is clean.
Stop when screenshots prove the accepted design state across target viewports.