feat(atomic): add tab support for atomic-smart-snippet #21335
Annotations
2 errors and 1 warning
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
|
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/
|
This job failed
Loading