Skip to content

Commit ab630fa

Browse files
Foscottl-TPCopilot
andauthored
Potential fix for pull request finding
This is a minor change and does not seem to influence the performance of tests. Committing the suggesting change. Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 291db24 commit ab630fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

page-objects/patient/ProfilePage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class ProfilePage {
1515
birthDate: this.page.getByRole('textbox', { name: 'Birthdate' }),
1616
dateOfBirth: this.page.getByRole('textbox', { name: 'Date of Birth' }), // for claimed profile version
1717
mrn: this.page.getByRole('textbox', { name: 'MRN' }),
18-
// diagnosisDate: this.page.getByRole('textbox', { name: 'Date of diagnosis' }),
18+
diagnosisDate: this.page.getByRole('textbox', { name: 'Date of diagnosis' }),
1919
clinicalNotes: this.page.getByRole('textbox', { name: 'Anything you would like to share' }),
2020
email: this.page.getByRole('textbox', { name: /email/i }),
2121
};

0 commit comments

Comments
 (0)