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 d6dd953 commit d5bd3d1Copy full SHA for d5bd3d1
examples/sites/demos/pc/app/select/popup-style-position.spec.ts
@@ -11,6 +11,6 @@ test('popup-style-position', async ({ page }) => {
11
await select.click()
12
await expect(dropdown).toHaveCount(1)
13
await expect(dropdown).toHaveClass(/drop/)
14
- await expect(dropdown).toHaveCSS('background-color', 'rgb(213, 232, 255)')
+ await expect(dropdown).toHaveCSS('background-color', 'rgb(255, 255, 255)')
15
await expect(dropdown).toHaveAttribute('x-placement', 'top')
16
})
0 commit comments