Skip to content

Commit 1f7e188

Browse files
committed
test(base-select): fix e2e test of size
1 parent 1dd8136 commit 1f7e188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sites/demos/pc/app/base-select/size.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ test('mini 尺寸', async ({ page }) => {
5454

5555
await expect(input).toHaveClass(/tiny-input-mini/)
5656
await expect(tag.nth(0)).toHaveClass(/tiny-tag--mini tiny-tag--light/)
57-
expect(height).toBeCloseTo(28, 1)
57+
expect(height).toBeCloseTo(24, 1)
5858
})

0 commit comments

Comments
 (0)