Skip to content

Commit fa76acc

Browse files
author
Luca Forstner
committed
Fix intentionally failing test
1 parent 2e3e0f5 commit fa76acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e-tests/test-applications/standard-frontend-react/tests/behaviour-test.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ test('Sends a pageload transaction to Sentry', async ({ page }) => {
9595
timeout: EVENT_POLLING_TIMEOUT,
9696
},
9797
)
98-
.toBe(204);
98+
.toBe(200);
9999
}),
100100
);
101101

0 commit comments

Comments
 (0)