chore(deps): update dependency @lwc/compiler to v7 j:kit-282 #20788
Annotations
1 error, 1 warning, and 1 notice
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L400
1) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:399:9 › with minimum-query-length=4 › after typing a query above the threshold › should perform requests against the query suggest endpoint
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
398 |
399 | test('should perform requests against the query suggest endpoint', () => {
> 400 | expect(querySuggestionRequestPerformed).toBe(true);
| ^
401 | });
402 | });
403 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:400:47
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "result-lists-screenshots".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
|
The logs for this run have expired and are no longer available.
Loading