Skip to content

Commit 249b9ba

Browse files
committed
force failure for testing alerts
1 parent 2b64b90 commit 249b9ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

basics/next-app-router/tests/example.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ test('verify user is logged in', async ({ page }) => {
4141

4242
// Verify expected events were captured
4343
verifyExpectedEvents();
44+
45+
// Force failure for testing
46+
expect(true).toBe(false);
4447
});
4548

4649
// Helper functions

0 commit comments

Comments
 (0)