File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -294,14 +294,6 @@ async function inDepthPageTest(driver) {
294294 return a . toLowerCase ( ) . localeCompare ( b . toLowerCase ( ) ) ;
295295 } ) ;
296296
297- const nonDefaultIds = benchmarkNames . filter ( name => ! benchmarkData . get ( name ) . includes ( "default" ) ) ;
298- for ( const id of nonDefaultIds ) {
299- const description = descriptions . get ( id ) ;
300- if ( description && description . cssClass !== "non-default" ) {
301- sectionErrors . push ( `Expected non-default benchmark '${ id } ' to have CSS class 'non-default' but got '${ description . cssClass } '` ) ;
302- }
303- }
304-
305297 const missingIds = benchmarkNames . filter ( name => ! descriptions . has ( name ) ) ;
306298 if ( missingIds . length > 0 ) {
307299 sectionErrors . push ( `Missing in-depth.html info section: ${ JSON . stringify ( missingIds , undefined , 2 ) } ` ) ;
You can’t perform that action at this time.
0 commit comments