test: expand exporter/css/a11y/i18n regressions and add e2e skip-link focus check
CI / test (pull_request) Successful in 52s

This commit is contained in:
2025-11-14 20:10:50 +09:00
parent 7a0bfcf60f
commit f039fd6ab4
27 changed files with 1045 additions and 19 deletions
+2 -1
View File
@@ -37,7 +37,8 @@ describe('Exporter - form rendering', () => {
// select/radio 옵션 존재
expect(out.html).toContain('<select')
expect(out.html).toContain('<option value="A">A</option>')
expect(out.html).toContain('<input type="radio"')
// 라디오 인풋은 id 속성이 먼저 오므로 type만으로 확인
expect(out.html).toContain('type="radio"')
// checkbox/textarea
expect(out.html).toContain('type="checkbox"')