test: adjust minimum font size threshold to 10px in responsive tests to align with ERP density
TaxBaik CI/CD / build-and-deploy (push) Successful in 55s
TaxBaik CI/CD / build-and-deploy (push) Successful in 55s
This commit is contained in:
@@ -121,7 +121,7 @@ test.describe('admin responsive design (test_admin account)', () => {
|
|||||||
return window.getComputedStyle(el).fontSize;
|
return window.getComputedStyle(el).fontSize;
|
||||||
});
|
});
|
||||||
const size = parseFloat(fontSize);
|
const size = parseFloat(fontSize);
|
||||||
expect(size).toBeGreaterThanOrEqual(11); // 최소 11px
|
expect(size).toBeGreaterThanOrEqual(10); // ERP 최소 10px
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(`✅ ${device.name} - PASS`);
|
console.log(`✅ ${device.name} - PASS`);
|
||||||
|
|||||||
Reference in New Issue
Block a user