Advertisement
ayush-AI

registering-a-patient

Mar 23rd, 2023
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.08 KB | None | 0 0
  1. locator.click: Target closed
  2. =========================== logs ===========================
  3. waiting for locator('button[type=submit]')
  4.   locator resolved to <button disabled tabindex="0" type="submit" class="-esm-…>Register Patient</button>
  5. attempting click action
  6.  waiting for element to be visible, enabled and stable
  7.    element is not enabled - waiting...
  8. ============================================================
  9.  
  10.   at ..\pages\registrationAndEditPage.ts:57
  11.  
  12.  55 |     await tryFill(this.countryInput(), formValues.country);
  13.  56 |     await tryFill(this.countyDistrictInput(), formValues.countyDistrict);
  14. > 57 |     await this.createPatientButton().click();
  15.     |                                      ^
  16.  58 |   }
  17.  59 | }
  18.  60 |
  19.  
  20.    at RegistrationAndEditPage.fillPatientRegistrationForm (D:\open-source\O3\openmrs-esm-patient-management\e2e\pages\registrationAndEditPage.ts:57:38)
  21.    at D:\open-source\O3\openmrs-esm-patient-management\e2e\specs\patientRegistration.spec.ts:32:3
  22. Pending operations:
  23.  - locator.click at e2e\pages\registrationAndEditPage.ts:57:38
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement