Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kdzwinel committed Dec 7, 2017
1 parent ede0864 commit a588863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/test/audits/seo/font-size-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ describe('SEO: Font size audit', () => {
const auditResult = FontSizeAudit.audit(artifacts);
assert.equal(auditResult.rawValue, false);
assert.equal(auditResult.details.items.length, 3);
assert.equal(auditResult.details.items[1][0].text, 'Additional unanalyzed small text');
assert.equal(auditResult.details.items[1][0].text, 'Addtl illegible text');
assert.equal(auditResult.details.items[1][2].text, '40.00%');
});

Expand Down

0 comments on commit a588863

Please sign in to comment.