File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff 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
10794test . describe ( 'Search Pages' , ( ) => {
You can’t perform that action at this time.
0 commit comments