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 c95a511 commit c52e839Copy full SHA for c52e839
examples/sites/demos/pc/app/radio/radio-size.spec.ts
@@ -7,10 +7,7 @@ test('尺寸设置', async ({ page }) => {
7
const demo = page.locator('#radio-size')
8
const radioGroup = demo.locator('.tiny-radio-group')
9
10
- await expect(radioGroup.first()).toHaveCSS('width', '184px')
11
await expect(radioGroup.first()).toHaveCSS('height', '32px')
12
- await expect(radioGroup.nth(1)).toHaveCSS('width', '184px')
13
await expect(radioGroup.nth(1)).toHaveCSS('height', '28px')
14
- await expect(radioGroup.nth(2)).toHaveCSS('width', '152px')
15
await expect(radioGroup.nth(2)).toHaveCSS('height', '24px')
16
})
0 commit comments