-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Package: replayIssues related to the Sentry Replay SDKIssues related to the Sentry Replay SDKType: Tests
Description
Flakiness Type
Assertion failure
Name of Job
Playwright (bundle_tracing_replay_es6) Tests
Name of Test
suites/replay/slowClick/mutation/test.ts:67:11
Link to Test Run
https://github.com/getsentry/sentry-javascript/actions/runs/5466981114/jobs/9952870213
Details
[567/624] [webkit] › suites/replay/slowClick/timeout/test.ts:6:11 › mutation after timeout results in slow click
1) [webkit] › suites/replay/slowClick/mutation/test.ts:67:11 › multiple clicks are counted ───────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
@@ -1,11 +1,11 @@
Array [
Object {
"category": "ui.slowClickDetected",
"data": Object {
"clickCount": 4,
- "endReason": "mutation",
+ "endReason": "timeout",
"node": Object {
"attributes": Object {
"id": "mutationButton",
},
"id": Any<Number>,
98 | const multiClickBreadcrumbs = breadcrumbs.filter(breadcrumb => breadcrumb.category === 'ui.multiClick');
99 |
> 100 | expect(slowClickBreadcrumbs).toEqual([
| ^
101 | {
102 | category: 'ui.slowClickDetected',
103 | type: 'default',
at /home/runner/work/sentry-javascript/sentry-javascript/packages/browser-integration-tests/suites/replay/slowClick/mutation/test.ts:100:32
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Package: replayIssues related to the Sentry Replay SDKIssues related to the Sentry Replay SDKType: Tests
Fields
Give feedbackNo fields configured for issues without a type.