test: add comprehensive tests for CustomizeModal component (#29709)

This commit is contained in:
yyh
2025-12-16 14:21:05 +08:00
committed by GitHub
parent a915b8a584
commit 240e1d155a
5 changed files with 436 additions and 2 deletions

View File

@@ -2,3 +2,4 @@
- Use `web/testing/testing.md` as the canonical instruction set for generating frontend automated tests.
- When proposing or saving tests, re-read that document and follow every requirement.
- All frontend tests MUST also comply with the `frontend-testing` skill. Treat the skill as a mandatory constraint, not optional guidance.