Skip to content

Commit d5bd3d1

Browse files
committed
fix(select): [select] modify test cases
1 parent d6dd953 commit d5bd3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sites/demos/pc/app/select/popup-style-position.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ test('popup-style-position', async ({ page }) => {
1111
await select.click()
1212
await expect(dropdown).toHaveCount(1)
1313
await expect(dropdown).toHaveClass(/drop/)
14-
await expect(dropdown).toHaveCSS('background-color', 'rgb(213, 232, 255)')
14+
await expect(dropdown).toHaveCSS('background-color', 'rgb(255, 255, 255)')
1515
await expect(dropdown).toHaveAttribute('x-placement', 'top')
1616
})

0 commit comments

Comments
 (0)