We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6e27b commit 7907745Copy full SHA for 7907745
e2e/pages/registration-and-edit-page.ts
@@ -24,7 +24,7 @@ export class RegistrationAndEditPage {
24
readonly givenNameInput = () => this.page.locator('#givenName');
25
readonly middleNameInput = () => this.page.locator('#middleName');
26
readonly familyNameInput = () => this.page.locator('#familyName');
27
- readonly sexRadioButton = (sex: PatientRegistrationSex) => this.page.locator(`label[for=${sex}]`);
+ readonly sexRadioButton = (sex: PatientRegistrationSex) => this.page.locator(`label[for=gender-option-${sex}]`);
28
readonly birthdateInput = () => this.page.locator('#birthdate');
29
readonly address1Input = () => this.page.locator('#address1');
30
readonly countryInput = () => this.page.locator('#country');
0 commit comments