3 Commits

Author SHA1 Message Date
0xJacky
45fba9f3f8 test(e2e): cover the antdv-next migration surface
antdv-next fails by ignoring a prop or dropping a slot, which lint, vue-tsc
and vite build cannot see. These specs target that: every reachable Select is
opened and asserted to have options, every tab must render a non-empty panel,
overlays must have real content and a non-zero width, tables must still show
their custom cell output, and browser console errors fail the test.

One spec covers each area the migration touched. Also repoints the quick
setup status-code lookup: antdv-next renders dropdown options without
role="option" or aria-selected, so the option has to be matched by class,
and .ant-select-selector no longer exists as the trigger.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-02 23:38:15 +08:00
0xJacky
7e05310281 fix: validate quick config inputs and stabilize e2e 2026-08-16 22:39:24 +08:00
Ugur SEN
2311d1006c test(e2e): cover quick setup from the site editor 2026-08-16 00:48:48 +03:00