Skip to content

Commit

Permalink
fixed flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Nov 10, 2024
1 parent 59d5642 commit 8c9bbc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/patient_spec/PatientHomepage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ describe("Patient Homepage present functionalities", () => {
patientHome.selectPatientMedicoFilter(patientMedicoStatus);
patientHome.clickPatientFilterApply();
cy.get("a[data-cy='patient']").should("contain.text", "Dummy Patient");
patientHome.verifyTotalPatientCount("1");
// Verify the presence of badges
patientHome.verifyGenderBadgeContent(patientGender);
patientHome.verifyCategoryBadgeContent(patientCategory);
Expand Down

0 comments on commit 8c9bbc7

Please sign in to comment.