Skip to content

Commit

Permalink
update selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Apr 25, 2018
1 parent 358cce6 commit 9ac71f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lighthouse-viewer/test/viewer-test-pptr.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ describe('Lighthouse Viewer', function() {


const selectors = {
audits: '.lh-audit, .lh-timeline-metric, .lh-perf-hint',
titles: '.lh-score__title, .lh-perf-hint__title, .lh-timeline-metric__title',
audits: '.lh-audit, .lh-perf-metric, .lh-perf-hint',
titles: '.lh-score__title, .lh-perf-hint__title, .lh-perf-metric__title',
};

it('should load with no errors', async () => {
Expand Down

0 comments on commit 9ac71f3

Please sign in to comment.