We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934b803 commit 3fa8ae0Copy full SHA for 3fa8ae0
test/e2e/onINP-test.js
@@ -841,7 +841,9 @@ describe('onINP()', async function () {
841
842
const [inp1] = await getBeacons();
843
assert(inp1.attribution.longAnimationFrameEntries.length > 0);
844
- assert(Object.keys(inp1.attribution.longAnimationFrameSummary).length !== 0);
+ assert(
845
+ Object.keys(inp1.attribution.longAnimationFrameSummary).length !== 0,
846
+ );
847
assert.equal(
848
inp1.attribution.longAnimationFrameSummary.numIntersectingScripts,
849
1,
0 commit comments