Skip to content

Commit

Permalink
Fixed the wrong one!
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb committed Dec 7, 2024
1 parent 194cc08 commit 1b49c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/onINP-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -745,12 +745,12 @@ describe('onINP()', async function () {
inp1.attribution.longAnimationFrameSummary.totalDurationsPerPhase
.processingDuration['event-listener'] >= 100,
);
assert.equals(
assert.equal(
inp1.attribution.longAnimationFrameSummary
.totalForcedStyleAndLayoutDuration,
0,
);
assert.equals(
assert.equal(
inp1.attribution.longAnimationFrameSummary
.totalNonForcedStyleAndLayoutDuration,
0,
Expand Down

0 comments on commit 1b49c03

Please sign in to comment.