Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Apr 17, 2024
1 parent dc74afc commit 1452cf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/astro/e2e/view-transitions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1405,9 +1405,9 @@ test.describe('View Transitions', () => {
});

test('transition:persist persists selection', async ({ page, astro }) => {
let text = "";
let text = '';
page.on('console', (msg) => {
text=msg.text();
text = msg.text();
});
await page.goto(astro.resolveUrl('/persist-1'));
await expect(page.locator('#one'), 'should have content').toHaveText('Persist 1');
Expand Down

0 comments on commit 1452cf6

Please sign in to comment.