Plan responsible for building Docker images for the 3.x demo and development sites
Build: #2022 failed Manual run by Github Actions
Test results
- 14 tests in total
- 6 tests failed
- 6 failures are new
- 6 minutes taken in total.
Status | Test | View job | Duration | |
---|---|---|---|---|
Collapse |
ts
Record biometrics
|
Run Patient Chart E2E Tests | 56 secs | |
FAILURE: biometrics.spec.ts:15:5 Record biometrics [chromium] › biometrics.spec.ts:15:5 › Record biometrics › And I should see the newly recorded biometrics on the page Error: Timed out 40000ms waiting for expect(locator).toContainText(expected) Locator: getByRole('table', { name: /biometrics/i }).locator('thead > tr') Expected pattern: /weight/i (29 more lines...) |
||||
Collapse |
ts
Record an allergy to a drug
|
Run Patient Chart E2E Tests | 52 secs | |
FAILURE: drug-allergies.spec.ts:12:5 Record an allergy to a drug [chromium] › drug-allergies.spec.ts:12:5 › Record an allergy to a drug › And I should see the newly recorded drug allergen in the list Error: Timed out 40000ms waiting for expect(locator).toContainText(expected) Locator: getByRole('table', { name: /allergies summary/i }).locator('thead > tr') Expected pattern: /allergen/i (29 more lines...) |
||||
Collapse |
ts
Record an allergy to an environmental factors
|
Run Patient Chart E2E Tests | 52 secs | |
FAILURE: environmental-allergies.spec.ts:12:5 Record an allergy to an environmental factors [chromium] › environmental-allergies.spec.ts:12:5 › Record an allergy to an environmental factors › And I should see the newly recorded environmental allergy in the list Error: Timed out 40000ms waiting for expect(locator).toContainText(expected) Locator: getByRole('table', { name: /allergies summary/i }).locator('thead > tr') Expected pattern: /allergen/i (29 more lines...) |
||||
Collapse |
ts
Record an allergy to a food item
|
Run Patient Chart E2E Tests | 53 secs | |
FAILURE: food-allergies.spec.ts:12:5 Record an allergy to a food item [chromium] › food-allergies.spec.ts:12:5 › Record an allergy to a food item › And I should see the newly recorded food allergy in the list Error: Timed out 40000ms waiting for expect(locator).toContainText(expected) Locator: getByRole('table', { name: /allergies summary/i }).locator('thead > tr') Expected pattern: /allergen/i (29 more lines...) |
||||
Collapse |
ts
Add and edit a program enrollment
|
Run Patient Chart E2E Tests | 52 secs | |
FAILURE: program-enrollment.spec.ts:12:5 Add and edit a program enrollment [chromium] › program-enrollment.spec.ts:12:5 › Add and edit a program enrollment › Then I should see newly recorded program enrollment in the list Error: Timed out 40000ms waiting for expect(locator).toContainText(expected) Locator: getByRole('table', { name: /program enrollments/i }).locator('thead > tr') Expected pattern: /active programs/i (29 more lines...) |
||||
Collapse |
ts
Record vital signs
|
Run Patient Chart E2E Tests | 54 secs | |
FAILURE: vitals.spec.ts:15:5 Record vital signs [chromium] › vitals.spec.ts:15:5 › Record vital signs › And I should see the newly recorded vital signs on the page Error: Timed out 40000ms waiting for expect(locator).toContainText(expected) Locator: getByRole('table', { name: /vitals/i }).locator('thead > tr') Expected pattern: /temp/i (29 more lines...) |