End-to-end certifier #17
e2e-certifier.yml
on: workflow_dispatch
e2e-certifier
6m 26s
Annotations
3 errors, 2 warnings, and 2 notices
[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
|
[webkit] › facet.spec.ts:106:9 › Facet Tests › Should do facet search:
playwright/e2e/facet.spec.ts#L126
2) [webkit] › facet.spec.ts:106:9 › Facet Tests › Should do facet search ─────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "Type:ContactClear"
Received: "Type:OpportunityClear"
124 | /* Validate breadcrumb */
125 | const breadcrumbList = await BreadcrumbSelectors(page).breadcrumbItemRow.first().textContent();
> 126 | expect(breadcrumbList).toEqual(`${facetTitle}:${facetSearchSelected}Clear`);
| ^
127 | });
128 |
129 | test('Should ShowMore & ShowLess result', async ({page}) => {
at /home/runner/work/search-ui/search-ui/playwright/e2e/facet.spec.ts:126:32
|
[webkit] › facet.spec.ts:106:9 › Facet Tests › Should do facet search:
playwright/e2e/facet.spec.ts#L126
2) [webkit] › facet.spec.ts:106:9 › Facet Tests › Should do facet search ─────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "Type:ContactClear"
Received: "Type:OpportunityClear"
124 | /* Validate breadcrumb */
125 | const breadcrumbList = await BreadcrumbSelectors(page).breadcrumbItemRow.first().textContent();
> 126 | expect(breadcrumbList).toEqual(`${facetTitle}:${facetSearchSelected}Clear`);
| ^
127 | });
128 |
129 | test('Should ShowMore & ShowLess result', async ({page}) => {
at /home/runner/work/search-ui/search-ui/playwright/e2e/facet.spec.ts:126:32
|
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
2 flaky
[firefox] › facet.spec.ts:169:9 › Facet Tests › Should sort facet label ────────────────────────
[webkit] › facet.spec.ts:106:9 › Facet Tests › Should do facet search ──────────────────────────
169 passed (5.2m)
|
🎭 Playwright Run Summary
1 passed (27.4s)
|