Skip to content

Commit

Permalink
Merge branch 'develop' into update-chrome-stable-from-95.0.4638.54-be…
Browse files Browse the repository at this point in the history
…ta-from-96.0.4664.18
  • Loading branch information
emilyrohrbough committed Oct 28, 2021
2 parents 5a8050f + fe4ede0 commit dd584da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions system-tests/test/screenshots_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ describe('e2e screenshots', () => {
.then((sizes) => {
// make sure all of the values are unique
expect(sizes).to.deep.eq(_.uniq(sizes))

// png1 should not be within 1k of png2
expect(sizes[0]).not.to.be.closeTo(sizes[1], 1000)
}).then(() => {
return Promise.all([
sizeOf(screenshot1),
Expand Down

0 comments on commit dd584da

Please sign in to comment.