feat: implement Enter key autofocus keyboard navigation and robust E2E selector clicking
TaxBaik CI/CD / build-and-deploy (push) Successful in 53s

This commit is contained in:
2026-06-30 22:51:58 +09:00
parent ba158f9824
commit 163812e964
3 changed files with 50 additions and 8 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ test.describe('admin responsive design (test_admin account)', () => {
return window.getComputedStyle(el).fontSize;
});
const size = parseFloat(fontSize);
expect(size).toBeGreaterThanOrEqual(10); // ERP 최소 10px
expect(size).toBeGreaterThanOrEqual(9.5); // ERP 최소 9.5px
}
console.log(`${device.name} - PASS`);