Skip to content

Commit

Permalink
✅ remove now unneeded experimental flag from e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitZugmeyer committed Feb 7, 2023
1 parent f2514ec commit 6a98a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/scenario/recorder/recorder.scenario.ts
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ describe('recorder', () => {

describe('frustration records', () => {
createTest('should detect a dead click and match it to mouse interaction record')
.withRum({ trackFrustrations: true, enableExperimentalFeatures: ['dead_click_fixes'] })
.withRum({ trackFrustrations: true })
.withRumInit(initRumAndStartRecording)
.withSetup(bundleSetup)
.run(async ({ serverEvents }) => {
Expand All @@ -743,7 +743,7 @@ describe('recorder', () => {
})

createTest('should detect a rage click and match it to mouse interaction records')
.withRum({ trackFrustrations: true, enableExperimentalFeatures: ['dead_click_fixes'] })
.withRum({ trackFrustrations: true })
.withRumInit(initRumAndStartRecording)
.withSetup(bundleSetup)
.withBody(
Expand Down

0 comments on commit 6a98a94

Please sign in to comment.