0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

[ci] format

This commit is contained in:
Luiz Ferraz 2023-12-19 20:00:19 +00:00 committed by astrobot-houston
parent faf6c7e110
commit 69e78822e5

View file

@ -97,7 +97,7 @@ test.describe('View Transitions', () => {
expect(loads.length, 'There should only be 1 page load').toEqual(1);
});
test('Clicking on a link to a page with non-recommended headers', async ({page, astro}) => {
test('Clicking on a link to a page with non-recommended headers', async ({ page, astro }) => {
const loads = [];
page.addListener('load', (p) => {
loads.push(p.title());