Skip to content

Commit

Permalink
Merge pull request #1248 from manishjha-04/minorreportfix
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
mozzy11 authored Aug 29, 2024
2 parents 7299041 + 1d2e9d6 commit c4f5710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/report.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe("Routine Reports", function () {
reportPage.toggleAccordion(3);

reportPage.toggleAccordion(6);
reportPage.validateFieldVisibility("#downshift-1-toggle-button");
reportPage.validateFieldVisibility('[data-cy="dateTypeDropdown"]');
reportPage.validateFieldVisibility(
".cds--date-picker-input__wrapper > #startDate",
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ function PatientStatusReport(props) {
<Column lg={4} md={8} sm={4}>
<Dropdown
id="dateType"
data-cy="dateTypeDropdown"
name="dateType"
titleText="Date Type"
initialSelectedItem={itemList.find(
Expand Down

0 comments on commit c4f5710

Please sign in to comment.