Plan responsible for building Docker images for the 3.x demo and development sites
Build: #1876 failed
Job: Run Patient Management E2E Tests failed
Manage patients in a list: Test case result
The below summarizes the result of the test "Manage patients in a list" in build 1,876 of Reference Application - Distribution 3.x - Run Patient Management E2E Tests.
- Description
- Manage patients in a list
- Test class
- patient-list.spec.ts
- Method
- Manage patients in a list
- Duration
- 53 secs
- Status
- Failed (New Failure)
Error Log
FAILURE: patient-list.spec.ts:70:5 Manage patients in a list [chromium] › patient-list.spec.ts:70:5 › Manage patients in a list › Then I should be able to add and remove patients from that list Error: Timed out 40000ms waiting for expect(locator).not.toHaveText(expected) Locator: getByTestId('patientsTable') Expected pattern: not /John3996 Smith2589/ Received string: "" Call log: - expect.not.toHaveText with timeout 40000ms - waiting for getByTestId('patientsTable') 87 | await patientListPage.goto(cohort.uuid); 88 | await expect(patientListPage.patientListHeader()).toHaveText(/0 patients/); > 89 | await expect(patientListPage.patientsTable()).not.toHaveText(new RegExp(patient.person.display)); | ^ 90 | createdCohortMember = null; 91 | }); 92 | }); at /app/e2e/specs/patient-list.spec.ts:89:55 at /app/e2e/specs/patient-list.spec.ts:76:3 attachment #1: video (video/webm) ────────────────────────────────────────────────────────────── test-results/patient-list-Manage-patients-in-a-list-chromium/video.webm ────────────────────────────────────────────────────────────────────────────────────────────────