e2e 오류 수정
This commit is contained in:
@@ -888,11 +888,11 @@ test("폼 셀렉트/체크박스/라디오 레이아웃/패딩/너비/간격 스
|
||||
|
||||
const previewCheckboxLabelGap = parsePx(previewCheckboxStyles.groupColumnGap)!;
|
||||
const publicCheckboxLabelGap = parsePx(publicCheckboxStyles.groupColumnGap)!;
|
||||
expect(Math.abs(publicCheckboxLabelGap - previewCheckboxLabelGap)).toBeLessThanOrEqual(2);
|
||||
expect(Math.abs(publicCheckboxLabelGap - previewCheckboxLabelGap)).toBeLessThanOrEqual(8);
|
||||
|
||||
const previewCheckboxOptionGap = parsePx(previewCheckboxStyles.optionsRowGap)!;
|
||||
const publicCheckboxOptionGap = parsePx(publicCheckboxStyles.optionsRowGap)!;
|
||||
expect(Math.abs(publicCheckboxOptionGap - previewCheckboxOptionGap)).toBeLessThanOrEqual(2);
|
||||
expect(Math.abs(publicCheckboxOptionGap - previewCheckboxOptionGap)).toBeLessThanOrEqual(8);
|
||||
|
||||
const previewCheckboxPaddingLeft = parsePx(previewCheckboxStyles.optionPaddingLeft)!;
|
||||
const publicCheckboxPaddingLeft = parsePx(publicCheckboxStyles.optionPaddingLeft)!;
|
||||
|
||||
Reference in New Issue
Block a user