Skip to content

Commit 7142d6d

Browse files
authored
test: remove hallucinated thing
1 parent 8613899 commit 7142d6d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

test/e2e/interactions.spec.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -89,19 +89,6 @@ test.describe('Compare Page', () => {
8989
expect(body).toHaveProperty('package', '@nuxt/kit')
9090
expect(body).toHaveProperty('moduleFormat', 'esm')
9191
})
92-
93-
test('compare grid shows data (not all dashes) for a scoped package', async ({ page, goto }) => {
94-
await goto('/compare?packages=@nuxt/kit,vue', { waitUntil: 'hydration' })
95-
96-
const grid = page.locator('.comparison-grid')
97-
await expect(grid).toBeVisible({ timeout: 20_000 })
98-
99-
// Package size row should have a value for the scoped package column,
100-
// not a dash, which would indicate the API call failed before the fix.
101-
const packageSizeRow = grid.locator('[data-facet="packageSize"]')
102-
await expect(packageSizeRow).toBeVisible({ timeout: 15_000 })
103-
await expect(packageSizeRow.locator('.comparison-cell').first()).not.toContainText('-')
104-
})
10592
})
10693

10794
test.describe('Search Pages', () => {

0 commit comments

Comments
 (0)