Skip to content

Commit a6875d4

Browse files
committed
fix embroider e2e test
1 parent c13ca98 commit a6875d4

File tree

1 file changed

+2
-2
lines changed
  • dev-packages/e2e-tests/test-applications/ember-embroider/tests

1 file changed

+2
-2
lines changed

dev-packages/e2e-tests/test-applications/ember-embroider/tests/errors.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test('sends an error', async ({ page }) => {
1919
type: 'TypeError',
2020
value: 'this.nonExistentFunction is not a function',
2121
mechanism: {
22-
type: 'instrument',
22+
type: 'auto.browser.browserapierrors.addEventListener',
2323
handled: false,
2424
},
2525
},
@@ -55,7 +55,7 @@ test('assigns the correct transaction value after a navigation', async ({ page }
5555
type: 'TypeError',
5656
value: 'this.nonExistentFunction is not a function',
5757
mechanism: {
58-
type: 'instrument',
58+
type: 'auto.browser.browserapierrors.addEventListener',
5959
handled: false,
6060
},
6161
},

0 commit comments

Comments
 (0)