.github/workflows/e2e-certifier.yml #16
Annotations
4 errors, 2 warnings, and 1 notice
playwright/e2e/validateJsuiVersion.ts#L19
1) [validate-jsui-version] › validateJsuiVersion.ts:11:9 › validate JSUI version ─────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "2.10120.1"
Received: "2.10120.0"
Call Log:
- Test timeout of 180000ms exceeded
17 | expect(coveoVersion.lib).toBe(expectedJsuiVersion);
18 | expect(coveoVersion.product).toBe(expectedJsuiVersion);
> 19 | }).toPass({timeout});
| ^
20 | });
21 |
22 | } else {
at /home/runner/work/search-ui/search-ui/playwright/e2e/validateJsuiVersion.ts:19:12
|
playwright/e2e/validateJsuiVersion.ts#L19
1) [validate-jsui-version] › validateJsuiVersion.ts:11:9 › validate JSUI version ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "2.10120.1"
Received: "2.10120.0"
Call Log:
- Test timeout of 180000ms exceeded
17 | expect(coveoVersion.lib).toBe(expectedJsuiVersion);
18 | expect(coveoVersion.product).toBe(expectedJsuiVersion);
> 19 | }).toPass({timeout});
| ^
20 | });
21 |
22 | } else {
at /home/runner/work/search-ui/search-ui/playwright/e2e/validateJsuiVersion.ts:19:12
|
playwright/e2e/validateJsuiVersion.ts#L19
1) [validate-jsui-version] › validateJsuiVersion.ts:11:9 › validate JSUI version ─────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "2.10120.1"
Received: "2.10120.0"
Call Log:
- Test timeout of 180000ms exceeded
17 | expect(coveoVersion.lib).toBe(expectedJsuiVersion);
18 | expect(coveoVersion.product).toBe(expectedJsuiVersion);
> 19 | }).toPass({timeout});
| ^
20 | });
21 |
22 | } else {
at /home/runner/work/search-ui/search-ui/playwright/e2e/validateJsuiVersion.ts:19:12
|
|
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/
|
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/
|
|
This job failed
Loading