Skip to content

Commit

Permalink
TFL-CH Text + Rate Label Change (#2094)
Browse files Browse the repository at this point in the history
  • Loading branch information
ailZhou authored Mar 5, 2024
1 parent 531e433 commit 88eed9f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion services/ui-src/src/measures/2024/TFLCH/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const { categories, qualifiers } = getCatQualLabels("TFL-CH");

export const data: DataDrivenTypes.PerformanceMeasure = {
questionText: [
"Percentage of enrolled children ages 1 through 20 who received at least two topical fluoride applications as: (1) dental or oral health services, (2) dental services, and (3) oral health services within the measurement year.",
"For FFY 2024 Child Core Set reporting, the following three rates are required: (1) Dental or oral health services: Total ages 1 through 20; (2) Dental services: Total ages 1 through 20; and (3) Oral health services: Total ages 1 through 20.",
],
questionListItems: [],
categories,
Expand Down
4 changes: 2 additions & 2 deletions services/ui-src/src/measures/2024/rateLabelText.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1706,8 +1706,8 @@ export const data = {
"excludeFromOMS": true
},
{
"label": "Total Ages 1 through 20",
"text": "Total Ages 1 through 20",
"label": "Total Ages 1 through 20 (required rate)",
"text": "Total Ages 1 through 20 (required rate)",
"id": "Total"
}
],
Expand Down
11 changes: 11 additions & 0 deletions tests/cypress/cypress/e2e/a11y/TFLCHpage.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { testingYear } from "../../../support/constants";

describe("TFL-CH Page 508 Compliance Test", () => {
it("Check a11y on TFL-CH Page", () => {
cy.login();
cy.selectYear(testingYear);
cy.goToChildCoreSetMeasures();
cy.goToMeasure("TFL-CH");
cy.checkA11yOfPage();
});
});

0 comments on commit 88eed9f

Please sign in to comment.