diff --git a/tests/form-fill.spec.ts b/tests/form-fill.spec.ts index 03ad309..5f983c0 100644 --- a/tests/form-fill.spec.ts +++ b/tests/form-fill.spec.ts @@ -28,6 +28,7 @@ async function runTestScenario( const modalContent = await page.textContent('#submissionBox p'); const parsed = JSON.parse(modalContent || ''); expect(parsed).toEqual(expected); + expect(1).toEqual(2); } // Define your list of test scenarios