Skip to content

Commit

Permalink
(test) Add MUAC to vitals header test
Browse files Browse the repository at this point in the history
  • Loading branch information
NethmiRodrigo committed Jan 9, 2025
1 parent 9e5a7d6 commit f839b35
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ describe('VitalsHeader', () => {
expect(getByTextWithMarkup(/Height\s*-\s*/i)).toBeInTheDocument();
expect(getByTextWithMarkup(/BMI\s*-\s*/i)).toBeInTheDocument();
expect(getByTextWithMarkup(/Weight\s*-\s*/i)).toBeInTheDocument();
expect(getByTextWithMarkup(/MUAC\s*-\s*/i)).toBeInTheDocument();
expect(getByTextWithMarkup(/these vitals are out of date/i)).toBeInTheDocument();
});

Expand Down

0 comments on commit f839b35

Please sign in to comment.