fix: subpath #17816
Annotations
10 errors and 1 notice
Run make integration-test-playwright:
tests/e2e/patients/generate-patient.spec.ts#L15
1) [Firefox] › tests/e2e/patients/generate-patient.spec.ts:5:1 › create-reference-2002 ───────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('x-patient-by-reference')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('x-patient-by-reference')
13 |
14 | const patientByReferencePanel = page.locator("x-patient-by-reference");
> 15 | await expect(patientByReferencePanel).toBeVisible();
| ^
16 | await crLegacyInput(
17 | patientByReferencePanel,
18 | "x-io-numeric[name=entry_year]",
at /home/runner/work/cryptomedic/cryptomedic/tests/e2e/patients/generate-patient.spec.ts:15:41
|
Run make integration-test-playwright:
tests/e2e/patients/generate-patient.spec.ts#L15
1) [Firefox] › tests/e2e/patients/generate-patient.spec.ts:5:1 › create-reference-2002 ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('x-patient-by-reference')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('x-patient-by-reference')
13 |
14 | const patientByReferencePanel = page.locator("x-patient-by-reference");
> 15 | await expect(patientByReferencePanel).toBeVisible();
| ^
16 | await crLegacyInput(
17 | patientByReferencePanel,
18 | "x-io-numeric[name=entry_year]",
at /home/runner/work/cryptomedic/cryptomedic/tests/e2e/patients/generate-patient.spec.ts:15:41
|
Run make integration-test-playwright:
tests/e2e/patients/generate-patient.spec.ts#L15
1) [Firefox] › tests/e2e/patients/generate-patient.spec.ts:5:1 › create-reference-2002 ───────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('x-patient-by-reference')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('x-patient-by-reference')
13 |
14 | const patientByReferencePanel = page.locator("x-patient-by-reference");
> 15 | await expect(patientByReferencePanel).toBeVisible();
| ^
16 | await crLegacyInput(
17 | patientByReferencePanel,
18 | "x-io-numeric[name=entry_year]",
at /home/runner/work/cryptomedic/cryptomedic/tests/e2e/patients/generate-patient.spec.ts:15:41
|
Run make integration-test-playwright:
tests/e2e/patients/generate-patient.spec.ts#L15
1) [Firefox] › tests/e2e/patients/generate-patient.spec.ts:5:1 › create-reference-2002 ───────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('x-patient-by-reference')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('x-patient-by-reference')
13 |
14 | const patientByReferencePanel = page.locator("x-patient-by-reference");
> 15 | await expect(patientByReferencePanel).toBeVisible();
| ^
16 | await crLegacyInput(
17 | patientByReferencePanel,
18 | "x-io-numeric[name=entry_year]",
at /home/runner/work/cryptomedic/cryptomedic/tests/e2e/patients/generate-patient.spec.ts:15:41
|
Run make integration-test-playwright:
tests/e2e/patients/generate-patient.spec.ts#L61
2) [Firefox] › tests/e2e/patients/generate-patient.spec.ts:50:1 › generate-reference ─────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('#autogenerate-reference')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('#autogenerate-reference')
59 |
60 | const patientGenerateReferencePanel = page.locator("#autogenerate-reference");
> 61 | await expect(patientGenerateReferencePanel).toBeVisible();
| ^
62 | await expect(patientGenerateReferencePanel).toHaveScreenshot();
63 |
64 | await patientGenerateReferencePanel
at /home/runner/work/cryptomedic/cryptomedic/tests/e2e/patients/generate-patient.spec.ts:61:47
|
Run make integration-test-playwright:
tests/e2e/patients/generate-patient.spec.ts#L61
2) [Firefox] › tests/e2e/patients/generate-patient.spec.ts:50:1 › generate-reference ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('#autogenerate-reference')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('#autogenerate-reference')
59 |
60 | const patientGenerateReferencePanel = page.locator("#autogenerate-reference");
> 61 | await expect(patientGenerateReferencePanel).toBeVisible();
| ^
62 | await expect(patientGenerateReferencePanel).toHaveScreenshot();
63 |
64 | await patientGenerateReferencePanel
at /home/runner/work/cryptomedic/cryptomedic/tests/e2e/patients/generate-patient.spec.ts:61:47
|
Run make integration-test-playwright:
tests/e2e/patients/generate-patient.spec.ts#L61
2) [Firefox] › tests/e2e/patients/generate-patient.spec.ts:50:1 › generate-reference ─────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('#autogenerate-reference')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('#autogenerate-reference')
59 |
60 | const patientGenerateReferencePanel = page.locator("#autogenerate-reference");
> 61 | await expect(patientGenerateReferencePanel).toBeVisible();
| ^
62 | await expect(patientGenerateReferencePanel).toHaveScreenshot();
63 |
64 | await patientGenerateReferencePanel
at /home/runner/work/cryptomedic/cryptomedic/tests/e2e/patients/generate-patient.spec.ts:61:47
|
Run make integration-test-playwright:
tests/e2e/patients/generate-patient.spec.ts#L61
2) [Firefox] › tests/e2e/patients/generate-patient.spec.ts:50:1 › generate-reference ─────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('#autogenerate-reference')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('#autogenerate-reference')
59 |
60 | const patientGenerateReferencePanel = page.locator("#autogenerate-reference");
> 61 | await expect(patientGenerateReferencePanel).toBeVisible();
| ^
62 | await expect(patientGenerateReferencePanel).toHaveScreenshot();
63 |
64 | await patientGenerateReferencePanel
at /home/runner/work/cryptomedic/cryptomedic/tests/e2e/patients/generate-patient.spec.ts:61:47
|
Run make integration-test-playwright:
tests/e2e/helpers/e2e-patients.ts#L56
3) [Firefox] › tests/e2e/helpers/e2e-file-panel.ts:262:13 › appointment.2 ────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('folder-1')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByTestId('folder-1')
at helpers/e2e-patients.ts:56
54 | });
55 | const panel = await this.page.getByTestId(`folder-${this.id}`);
> 56 | await expect(panel).toBeVisible();
| ^
57 | return this;
58 | }
59 |
at E2EPatient.go (/home/runner/work/cryptomedic/cryptomedic/tests/e2e/helpers/e2e-patients.ts:56:25)
at E2EFilePanel.go (/home/runner/work/cryptomedic/cryptomedic/tests/e2e/helpers/e2e-file-panel.ts:148:5)
at /home/runner/work/cryptomedic/cryptomedic/tests/e2e/helpers/e2e-file-panel.ts:264:25
|
Run make integration-test-playwright:
tests/e2e/helpers/e2e-patients.ts#L56
3) [Firefox] › tests/e2e/helpers/e2e-file-panel.ts:262:13 › appointment.2 ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('folder-1')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByTestId('folder-1')
at helpers/e2e-patients.ts:56
54 | });
55 | const panel = await this.page.getByTestId(`folder-${this.id}`);
> 56 | await expect(panel).toBeVisible();
| ^
57 | return this;
58 | }
59 |
at E2EPatient.go (/home/runner/work/cryptomedic/cryptomedic/tests/e2e/helpers/e2e-patients.ts:56:25)
at E2EFilePanel.go (/home/runner/work/cryptomedic/cryptomedic/tests/e2e/helpers/e2e-file-panel.ts:148:5)
at /home/runner/work/cryptomedic/cryptomedic/tests/e2e/helpers/e2e-file-panel.ts:264:25
|
Run make integration-test-playwright
75 failed
[Firefox] › tests/e2e/patients/generate-patient.spec.ts:5:1 › create-reference-2002 ────────────
[Firefox] › tests/e2e/patients/generate-patient.spec.ts:50:1 › generate-reference ──────────────
[Firefox] › tests/e2e/helpers/e2e-file-panel.ts:262:13 › appointment.2 ─────────────────────────
[Firefox] › tests/e2e/helpers/e2e-file-panel.ts:292:13 › appointment create and delete ─────────
[Firefox] › tests/e2e/helpers/e2e-file-panel.ts:337:13 › appointment.102 update ────────────────
[Firefox] › tests/e2e/patients/patient-bill-payment.spec.ts:6:1 › 2014-103.bill.2 ──────────────
[Firefox] › tests/e2e/helpers/e2e-file-panel.ts:262:13 › bill.1 ────────────────────────────────
[Firefox] › tests/e2e/helpers/e2e-file-panel.ts:262:13 › consult_clubfoot.1 ────────────────────
[Firefox] › tests/e2e/helpers/e2e-file-panel.ts:292:13 › consult_clubfoot create and delete ────
[Firefox] › tests/e2e/helpers/e2e-file-panel.ts:337:13 › consult_clubfoot.106 update ───────────
[Firefox] › tests/e2e/helpers/e2e-file-panel.ts:262:13 › consult_other.1 ───────────────────────
[Firefox] › tests/e2e/helpers/e2e-file-panel.ts:292:13 › consult_other create and delete ───────
[Firefox] › tests/e2e/helpers/e2e-file-panel.ts:337:13 › consult_other.104 update ──────────────
[Firefox] › tests/e2e/helpers/e2e-file-panel.ts:262:13 › consult_ricket.13 ─────────────────────
[Firefox] › tests/e2e/helpers/e2e-file-panel.ts:292:13 › consult_ricket create and delete ──────
[Firefox] › tests/e2e/helpers/e2e-file-panel.ts:337:13 › consult_ricket.105 update ─────────────
[Firefox] › tests/e2e/helpers/e2e-file-panel.ts:262:13 › picture.2 ─────────────────────────────
[Firefox] › tests/e2e/helpers/e2e-file-panel.ts:292:13 › picture create and delete ─────────────
[Firefox] › tests/e2e/helpers/e2e-file-panel.ts:337:13 › picture.107 update ────────────────────
[Firefox] › tests/e2e/helpers/e2e-file-panel.ts:262:13 › surgery.5 ─────────────────────────────
[Firefox] › tests/e2e/helpers/e2e-file-panel.ts:292:13 › surgery create and delete ─────────────
[Firefox] › tests/e2e/helpers/e2e-file-panel.ts:337:13 › surgery.103 update ────────────────────
[Firefox] › tests/e2e/helpers/e2e-file-panel.ts:262:13 › patient.1 ─────────────────────────────
[Firefox] › tests/e2e/helpers/e2e-file-panel.ts:262:13 › patient.3 ─────────────────────────────
[Firefox] › tests/e2e/patients/patient.spec.ts:42:1 › update patient 101 ───────────────────────
[Google Chrome] › tests/e2e/patients/generate-patient.spec.ts:5:1 › create-reference-2002 ──────
[Google Chrome] › tests/e2e/patients/generate-patient.spec.ts:50:1 › generate-reference ────────
[Google Chrome] › tests/e2e/helpers/e2e-file-panel.ts:262:13 › appointment.2 ───────────────────
[Google Chrome] › tests/e2e/helpers/e2e-file-panel.ts:292:13 › appointment create and delete ───
[Google Chrome] › tests/e2e/helpers/e2e-file-panel.ts:337:13 › appointment.102 update ──────────
[Google Chrome] › tests/e2e/patients/patient-bill-payment.spec.ts:6:1 › 2014-103.bill.2 ────────
[Google Chrome] › tests/e2e/helpers/e2e-file-panel.ts:262:13 › bill.1 ──────────────────────────
[Google Chrome] › tests/e2e/helpers/e2e-file-panel.ts:262:13 › consult_clubfoot.1 ──────────────
[Google Chrome] › tests/e2e/helpers/e2e-file-panel.ts:292:13 › consult_clubfoot create and delete
[Google Chrome] › tests/e2e/helpers/e2e-file-panel.ts:337:13 › consult_clubfoot.106 update ─────
[Google Chrome] › tests/e2e/helpers/e2e-file-panel.ts:262:13 › consult_other.1 ─────────────────
[Google Chrome] › tests/e2e/helpers/e2e-file-panel.ts:292:13 › consult_other create and delete ─
[Google Chrome] › tests/e2e/helpers/e2e-file-panel.ts:337:13 › consult_other.104 update ────────
[Google Chrome] › tests/e2e/helpers/e2e-file-panel.ts:262:13 › consult_ricket.13 ───────────────
[Google Chrome] › tests/e2e/helpers/e2e-file-panel.ts:292:13 › consult_ricket create and delete
[Google Chrome] › tests/e2e/helpers/e2
|
Loading