-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: remixIssues related to the Sentry Remix SDKIssues related to the Sentry Remix SDKType: Tests
Description
Flakiness Type
Timeout
Name of Job
Remix (Node 16) Tests
Name of Test
test/integration/test/client/meta-tags.test.ts
Link to Test Run
https://github.com/getsentry/sentry-javascript/actions/runs/5357099828/jobs/9717692588
Details
1) [firefox] › test/integration/test/client/meta-tags.test.ts:33:5 › should send transactions with corresponding `sentry-trace` and `baggage` inside root page
Test timeout of 30000ms exceeded.
page.goto: Navigation failed because page was closed!
=========================== logs ===========================
navigating to "http://localhost:3000/", waiting until "load"
============================================================
at ../browser-integration-tests/utils/helpers.ts:219
217 |
218 | if (options?.url) {
> 219 | await page.goto(options.url);
| ^
220 | }
221 |
222 | return requests;
at getMultipleRequests (/home/runner/work/sentry-javascript/sentry-javascript/packages/browser-integration-tests/utils/helpers.ts:219:16)
at getMultipleSentryEnvelopeRequests (/home/runner/work/sentry-javascript/sentry-javascript/packages/browser-integration-tests/utils/helpers.ts:238:10)
at getFirstSentryEnvelopeRequest (/home/runner/work/sentry-javascript/sentry-javascript/packages/browser-integration-tests/utils/helpers.ts:254:17)
at /home/runner/work/sentry-javascript/sentry-javascript/packages/remix/test/integration/test/client/meta-tags.test.ts:34:55
Pending operations:
- page.goto at ../browser-integration-tests/utils/helpers.ts:219:16
1 failed
Metadata
Metadata
Assignees
Labels
Package: remixIssues related to the Sentry Remix SDKIssues related to the Sentry Remix SDKType: Tests