Skip to content

Commit

Permalink
Update e2e/specs/mark-patient-deceased.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jayasanka Weerasinghe <[email protected]>
  • Loading branch information
virajwathsalag and jayasanka-sack authored Dec 21, 2024
1 parent ceedcde commit 7cff878
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/specs/mark-patient-deceased.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ await test.step('When I enter the "Date of death" to today’s date', async () =
});

await test.step('And the "Cause of death" to Neoplasm', async () => {
await page.locator('text=Neoplasm').waitFor({ state: 'visible' });
await page.locator('text=Neoplasm').click();
});

Expand Down

0 comments on commit 7cff878

Please sign in to comment.