Skip to content

Commit

Permalink
Update mark-patient-deceased-page.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
virajwathsalag authored Dec 16, 2024
1 parent b6ef2d7 commit 86a41a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/pages/mark-patient-deceased-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ export class MarkPatientDeceasedPage {
}

async verifyDeceasedTag() {
await expect(this.deceasedTag()).toBeVisible({ timeout: 20000 });
await expect(this.deceasedTag()).toBeVisible({ timeout: 70000 });
  }
}

0 comments on commit 86a41a6

Please sign in to comment.