Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and astrobot-houston committed Jul 21, 2023
1 parent 201d32d commit e5e5cc8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/astro/e2e/view-transitions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,7 @@ test.describe('View Transitions', () => {
).toEqual(2);
});

test('Moving from a page without ViewTransitions w/ back button', async ({
page,
astro,
}) => {
test('Moving from a page without ViewTransitions w/ back button', async ({ page, astro }) => {
const loads = [];
page.addListener('load', (p) => {
loads.push(p.title());
Expand All @@ -124,7 +121,6 @@ test.describe('View Transitions', () => {
p = page.locator('#three');
await expect(p, 'should have content').toHaveText('Page 3');


// Back to page 1
await page.goBack();
p = page.locator('#one');
Expand Down

0 comments on commit e5e5cc8

Please sign in to comment.