Skip to content

Commit

Permalink
Update consistently-interactive.js helpText (#2740)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaycebasques authored and paulirish committed Aug 4, 2017
1 parent 5832761 commit 6f7bf29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lighthouse-core/audits/consistently-interactive.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ class ConsistentlyInteractiveMetric extends Audit {
category: 'Performance',
name: 'consistently-interactive',
description: 'Consistently Interactive (beta)',
helpText: 'The point at which most network resources have finished loading and the ' +
'CPU is idle for a prolonged period.',
helpText: 'Consistently Interactive marks the time at which the page is ' +
'fully interactive. ' +
'[Learn more](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive).',
scoringMode: Audit.SCORING_MODES.NUMERIC,
requiredArtifacts: ['traces', 'devtoolsLogs']
};
Expand Down

0 comments on commit 6f7bf29

Please sign in to comment.