Skip to content

Commit

Permalink
fix cypress test checking insurer id and name
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar committed Feb 26, 2024
1 parent 292e8a7 commit dc931a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/pageobject/Patient/PatientInsurance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class PatientInsurance {
cy.url().should("include", "/facility/");
expect($dashboard).to.contain(subscriberId);
expect($dashboard).to.contain(policyId);
if (hcx_enabled) {
if (!hcx_enabled) {
expect($dashboard).to.contain(insurerId);
expect($dashboard).to.contain(insurerName);
}
Expand Down

0 comments on commit dc931a3

Please sign in to comment.