Skip to content

Commit 35e613f

Browse files
[autofix.ci] apply automated fixes
1 parent e57d3ee commit 35e613f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

test/e2e/interactions.spec.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,7 @@ test.describe('Compare Page', () => {
8888
expect(body).toHaveProperty('package', '@nuxt/kit')
8989
})
9090

91-
test('compare grid shows data (not all dashes) for a scoped package', async ({
92-
page,
93-
goto,
94-
}) => {
91+
test('compare grid shows data (not all dashes) for a scoped package', async ({ page, goto }) => {
9592
await goto('/compare?packages=@nuxt/kit,vue', { waitUntil: 'hydration' })
9693

9794
const grid = page.locator('.comparison-grid')

0 commit comments

Comments
 (0)