Skip to content

End-to-end certifier #15

End-to-end certifier

End-to-end certifier #15

Manually triggered October 15, 2024 21:48
Status Failure
Total duration 1m 11s
Artifacts

e2e-certifier.yml

on: workflow_dispatch
e2e-certifier
1m 2s
e2e-certifier
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 2 warnings, and 1 notice
[validate-jsui-version] › validateJsuiVersion.ts:9:9 › validate JSUI version: playwright/e2e/validateJsuiVersion.ts#L14
1) [validate-jsui-version] › validateJsuiVersion.ts:9:9 › validate JSUI version ────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "2.10120.1" Received: "2.10120.0" 12 | const coveoVersion = await page.evaluate(() => (window as any).Coveo.version); 13 | // Example value: {lib: '2.10120.0', product: '2.10120.0', supportedApiVersion: 2} > 14 | expect(coveoVersion.lib).toBe(expectedJsuiVersion); | ^ 15 | expect(coveoVersion.product).toBe(expectedJsuiVersion); 16 | }); 17 | } else { at /home/runner/work/search-ui/search-ui/playwright/e2e/validateJsuiVersion.ts:14:34
[validate-jsui-version] › validateJsuiVersion.ts:9:9 › validate JSUI version: playwright/e2e/validateJsuiVersion.ts#L14
1) [validate-jsui-version] › validateJsuiVersion.ts:9:9 › validate JSUI version ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "2.10120.1" Received: "2.10120.0" 12 | const coveoVersion = await page.evaluate(() => (window as any).Coveo.version); 13 | // Example value: {lib: '2.10120.0', product: '2.10120.0', supportedApiVersion: 2} > 14 | expect(coveoVersion.lib).toBe(expectedJsuiVersion); | ^ 15 | expect(coveoVersion.product).toBe(expectedJsuiVersion); 16 | }); 17 | } else { at /home/runner/work/search-ui/search-ui/playwright/e2e/validateJsuiVersion.ts:14:34
[validate-jsui-version] › validateJsuiVersion.ts:9:9 › validate JSUI version: playwright/e2e/validateJsuiVersion.ts#L14
1) [validate-jsui-version] › validateJsuiVersion.ts:9:9 › validate JSUI version ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "2.10120.1" Received: "2.10120.0" 12 | const coveoVersion = await page.evaluate(() => (window as any).Coveo.version); 13 | // Example value: {lib: '2.10120.0', product: '2.10120.0', supportedApiVersion: 2} > 14 | expect(coveoVersion.lib).toBe(expectedJsuiVersion); | ^ 15 | expect(coveoVersion.product).toBe(expectedJsuiVersion); 16 | }); 17 | } else { at /home/runner/work/search-ui/search-ui/playwright/e2e/validateJsuiVersion.ts:14:34
e2e-certifier
Process completed with exit code 1.
e2e-certifier
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
e2e-certifier
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🎭 Playwright Run Summary
1 failed [validate-jsui-version] › validateJsuiVersion.ts:9:9 › validate JSUI version ───────────────────