Skip to content

Commit

Permalink
tests(devtools): sync e2e (#15389)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine authored Aug 16, 2023
1 parent 586135f commit e799ddc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ describe('Navigation', async function() {
devicePixelRatio: 1.75,
});

const {auditResults, erroredAudits, failedAudits} = getAuditsBreakdown(lhr);
const {auditResults, erroredAudits, failedAudits} = getAuditsBreakdown(lhr, ['max-potential-fid']);
assert.strictEqual(auditResults.length, 188);
assert.deepStrictEqual(erroredAudits, []);
assert.deepStrictEqual(failedAudits.map(audit => audit.id), [
Expand Down

0 comments on commit e799ddc

Please sign in to comment.