Skip to content

Commit a766f9b

Browse files
author
Luca Forstner
committed
Intentionally fail test
1 parent d7db6f4 commit a766f9b

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(200);
98+
.toBe(204);
9999
}),
100100
);
101101

0 commit comments

Comments
 (0)