Skip to content

Commit cd47697

Browse files
fix(cypress): update invocationDetails expected source line
The support.js change removed 2 lines, shifting the bundled line number from 246 to 244 for the plain JS invocationDetails test. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent 64b8362 commit cd47697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/cypress/cypress.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ moduleTypes.forEach(({
540540
assert.ok(jsInvocationDetailsEvent, 'plain-js invocationDetails test event should exist')
541541
assert.strictEqual(
542542
jsInvocationDetailsEvent.content.metrics[TEST_SOURCE_START],
543-
246,
543+
244,
544544
'should keep invocationDetails line directly for plain JS specs without source maps'
545545
)
546546
assert.ok(

0 commit comments

Comments
 (0)