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: Daud Kakumirizi <[email protected]>
  • Loading branch information
virajwathsalag and kdaud authored Dec 19, 2024
1 parent 2ec8562 commit 2401849
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 @@ -13,7 +13,6 @@ test('Mark a patient as deceased', async ({ page }) => {
const markPatientDeceasedPage = new MarkPatientDeceasedPage(page);
const todayDate = new Date().toLocaleDateString('en-GB').replace(/\//g, '-');
const causeOfDeath = 'Neoplasm';

const actionsButton = () => page.getByRole('button', { name: /actions/i });
const markDeceasedMenuItem = () => page.getByRole('menuitem', { name: /mark patient deceased/i });
const deathDetailsForm = () => page.locator('form');
Expand Down

0 comments on commit 2401849

Please sign in to comment.