Skip to content

Commit 087d47d

Browse files
committed
remove-test
1 parent 5729640 commit 087d47d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/run-browser.mjs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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)}`);

0 commit comments

Comments
 (0)