mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
[ci] format
This commit is contained in:
parent
81acac24a3
commit
56db6ae246
1 changed files with 1 additions and 4 deletions
|
@ -24,9 +24,6 @@ test.describe('Content Collections', () => {
|
||||||
|
|
||||||
const h1 = page.locator('#my-heading');
|
const h1 = page.locator('#my-heading');
|
||||||
|
|
||||||
await expect(h1, 'should have green color').toHaveCSS(
|
await expect(h1, 'should have green color').toHaveCSS('color', 'rgb(0, 128, 0)');
|
||||||
'color',
|
|
||||||
'rgb(0, 128, 0)'
|
|
||||||
);
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue