We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd8136 commit 1f7e188Copy full SHA for 1f7e188
examples/sites/demos/pc/app/base-select/size.spec.ts
@@ -54,5 +54,5 @@ test('mini 尺寸', async ({ page }) => {
54
55
await expect(input).toHaveClass(/tiny-input-mini/)
56
await expect(tag.nth(0)).toHaveClass(/tiny-tag--mini tiny-tag--light/)
57
- expect(height).toBeCloseTo(28, 1)
+ expect(height).toBeCloseTo(24, 1)
58
})
0 commit comments