Skip to content

Commit d8cb2a1

Browse files
committed
Debug test
1 parent 1b49c03 commit d8cb2a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/e2e/onINP-test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,10 @@ describe('onINP()', async function () {
750750
.totalForcedStyleAndLayoutDuration,
751751
0,
752752
);
753+
assert(
754+
inp1.attribution.longAnimationFrameSummary
755+
.totalNonForcedStyleAndLayoutDuration >= 0,
756+
);
753757
assert.equal(
754758
inp1.attribution.longAnimationFrameSummary
755759
.totalNonForcedStyleAndLayoutDuration,

0 commit comments

Comments
 (0)