diff --git a/lighthouse-core/test/fraggle-rock/scenarios/api-test-pptr.js b/lighthouse-core/test/fraggle-rock/scenarios/api-test-pptr.js index 377509d253cb..5df4ba8287dd 100644 --- a/lighthouse-core/test/fraggle-rock/scenarios/api-test-pptr.js +++ b/lighthouse-core/test/fraggle-rock/scenarios/api-test-pptr.js @@ -141,7 +141,7 @@ describe('Fraggle Rock API', () => { const {auditResults, erroredAudits, notApplicableAudits} = getAuditsBreakdown(result.lhr); expect(auditResults.length).toMatchInlineSnapshot(`45`); - expect(notApplicableAudits.length).toMatchInlineSnapshot(`18`); + expect(notApplicableAudits.length).toMatchInlineSnapshot(`19`); expect(notApplicableAudits.map(audit => audit.id)).not.toContain('total-blocking-time'); expect(erroredAudits).toHaveLength(0);