Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored and astrobot-houston committed Feb 15, 2023
1 parent 5c7c7e4 commit 2ace02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/e2e/svelte-component.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test.describe('Svelte components lifecycle', () => {

const toggle = page.locator('#toggle');
expect((await toggle.textContent()).trim()).toBe('close');
await toggle.click()
await toggle.click();
expect((await toggle.textContent()).trim()).toBe('open');
});
});

0 comments on commit 2ace02e

Please sign in to comment.