End-to-end certifier #14
Annotations
2 errors, 2 warnings, and 2 notices
Run tests:
playwright/e2e/facet.spec.ts#L191
1) [chromium] › facet.spec.ts:169:9 › Facet Tests › Should sort facet label ──────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Array [
"Contact",
- "Message",
- "Thread",
"User",
"Variant",
+ "Message",
+ "Thread",
]
189 | newFacetValueList.pop();
190 | const newSortedValues = newFacetValueList.concat().sort(compareAlphanumericalValues);
> 191 | expect(newFacetValueList).toEqual(newSortedValues);
| ^
192 | });
193 |
194 | test('Should collapse facet', async ({page}) => {
at /home/runner/work/search-ui/search-ui/playwright/e2e/facet.spec.ts:191:35
|
Run tests:
playwright/e2e/facet.spec.ts#L191
2) [firefox] › facet.spec.ts:169:9 › Facet Tests › Should sort facet label ───────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Array [
"Contact",
- "Message",
- "Thread",
"User",
"Variant",
+ "Message",
+ "Thread",
]
189 | newFacetValueList.pop();
190 | const newSortedValues = newFacetValueList.concat().sort(compareAlphanumericalValues);
> 191 | expect(newFacetValueList).toEqual(newSortedValues);
| ^
192 | });
193 |
194 | test('Should collapse facet', async ({page}) => {
at /home/runner/work/search-ui/search-ui/playwright/e2e/facet.spec.ts:191:35
|
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/
|
Validate JSUI version
1 passed (1.9s)
|
Run tests
2 flaky
[chromium] › facet.spec.ts:169:9 › Facet Tests › Should sort facet label ───────────────────────
[firefox] › facet.spec.ts:169:9 › Facet Tests › Should sort facet label ────────────────────────
169 passed (6.0m)
|
Loading