Skip to content

Commit

Permalink
Remove possible E in label (#139643)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsummers1 authored May 31, 2024
1 parent 37c1b65 commit a1febd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/tests/integration/section1Fill.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe("CARTS Report Fill Tests", () => {
.contains("Program type")
.siblings()
.find("label")
.contains("Both Medicaid Expansion")
.contains("Both Medicaid")
.then((label) => {
cy.get(`#${label.attr("for")}`).check();
});
Expand Down

0 comments on commit a1febd9

Please sign in to comment.