Skip to content

Commit

Permalink
Revert "Update category-render-test score expectation"
Browse files Browse the repository at this point in the history
This reverts commit 4430870.
  • Loading branch information
jayaddison committed Dec 9, 2019
1 parent 2abac27 commit e910079
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ describe('CategoryRenderer', () => {
const categoryDOM = renderer.render(category, sampleResults.categoryGroups);

const gauge = categoryDOM.querySelector('.lh-gauge__percentage');
assert.equal(gauge.textContent.trim(), '65', 'score is 0-100');
assert.equal(gauge.textContent.trim(), '66', 'score is 0-100');

const score = categoryDOM.querySelector('.lh-category-header');
const value = categoryDOM.querySelector('.lh-gauge__percentage');
Expand Down

0 comments on commit e910079

Please sign in to comment.