Skip to content

Commit c52e839

Browse files
committed
test: fix e2e test
1 parent c95a511 commit c52e839

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/sites/demos/pc/app/radio/radio-size.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ test('尺寸设置', async ({ page }) => {
77
const demo = page.locator('#radio-size')
88
const radioGroup = demo.locator('.tiny-radio-group')
99

10-
await expect(radioGroup.first()).toHaveCSS('width', '184px')
1110
await expect(radioGroup.first()).toHaveCSS('height', '32px')
12-
await expect(radioGroup.nth(1)).toHaveCSS('width', '184px')
1311
await expect(radioGroup.nth(1)).toHaveCSS('height', '28px')
14-
await expect(radioGroup.nth(2)).toHaveCSS('width', '152px')
1512
await expect(radioGroup.nth(2)).toHaveCSS('height', '24px')
1613
})

0 commit comments

Comments
 (0)