lock runner version #13
Annotations
2 errors, 2 warnings, and 1 notice
[firefox] › facet.spec.ts:169:9 › Facet Tests › Should sort facet label:
playwright/e2e/facet.spec.ts#L191
1) [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
|
[firefox] › facet.spec.ts:169:9 › Facet Tests › Should sort facet label:
playwright/e2e/facet.spec.ts#L191
1) [firefox] › facet.spec.ts:169:9 › Facet Tests › Should sort facet label ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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
|
test-job
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/
|
test-job
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 flaky
[firefox] › facet.spec.ts:169:9 › Facet Tests › Should sort facet label ────────────────────────
170 passed (4.7m)
|