[ci] format
This commit is contained in:
parent
43bc5f2a55
commit
a02707a8b2
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ test.describe('View Transitions', () => {
|
||||||
expect(loads.length, 'There should be 2 page loads').toEqual(2);
|
expect(loads.length, 'There should be 2 page loads').toEqual(2);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('client:only styles are retained on transition', async ({ page, astro }) => {
|
test('client:only styles are retained on transition', async ({ page, astro }) => {
|
||||||
const totalExpectedStyles = 8;
|
const totalExpectedStyles = 8;
|
||||||
|
|
||||||
// Go to page 1
|
// Go to page 1
|
||||||
|
|
Loading…
Reference in a new issue