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 985f700 commit d6dd953Copy full SHA for d6dd953
examples/sites/demos/pc/app/base-select/popup-style-position.spec.ts
@@ -11,5 +11,5 @@ 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
})
0 commit comments