mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -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');
|
||||
|
||||
await expect(h1, 'should have green color').toHaveCSS(
|
||||
'color',
|
||||
'rgb(0, 128, 0)'
|
||||
);
|
||||
await expect(h1, 'should have green color').toHaveCSS('color', 'rgb(0, 128, 0)');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue