Skip to content

Commit 8053d34

Browse files
committed
stop forcing things to fail haha
1 parent 96e36ed commit 8053d34

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ 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);
4744
});
4845

4946
// Helper functions

0 commit comments

Comments
 (0)