Skip to content

Commit

Permalink
Global - Definition of Denominator Update (#2533)
Browse files Browse the repository at this point in the history
  • Loading branch information
ailZhou authored Jan 6, 2025
1 parent 5d049d8 commit c0f4462
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion services/ui-src/src/labels/2025/commonQuestionsLabel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export const commonQuestionsLabel = {
"If you report using Other Data Source, CMS will not be able to produce a combined Medicaid & CHIP rate for public reporting. If the information reported in the Data Source field is accurate, please continue reporting this measure.",
},
DefinitionsOfPopulation: {
defineDenomOther: "Define the other denominator population:",
defineDenomOther:
"Define the other denominator population (<em>text in this field is included in publicly-reported state-specific comments</em>):",
measureEligiblePopDenom: {
question: {
default:
Expand Down
4 changes: 2 additions & 2 deletions tests/cypress/cypress/e2e/userflow_admin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ describe(`Test banner`, () => {
cy.get('[data-cy="New banner description"]').type(
"test banner description"
);
cy.get('[data-cy="New banner start date"]').type("01/01/2024");
cy.get('[data-cy="New banner end date"]').type("01/01/2025");
cy.get('[data-cy="New banner start date"]').type("01/01/2025");
cy.get('[data-cy="New banner end date"]').type("01/01/2026");
cy.get('[data-cy="replace current banner button"]').click();
cy.get('[data-cy="banner status"]').should("contain.text", "Active");
});
Expand Down

0 comments on commit c0f4462

Please sign in to comment.