mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
dc74afca9f
commit
1452cf69a4
1 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue