docs(atomic): default annotation name #21779
Annotations
10 errors, 1 warning, and 1 notice
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L182
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
Test timeout of 30000ms exceeded while running "beforeEach" hook.
180 |
181 | test.describe('after clicking the submit button', () => {
> 182 | test.beforeEach(async ({searchBox}) => {
| ^
183 | await searchBox
184 | .searchSuggestions()
185 | .first()
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:182:12
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L186
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first() to be visible
184 | .searchSuggestions()
185 | .first()
> 186 | .waitFor({state: 'visible', timeout: 10e4});
| ^
187 | await searchBox.submitButton.click();
188 | });
189 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:186:12
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L182
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
180 |
181 | test.describe('after clicking the submit button', () => {
> 182 | test.beforeEach(async ({searchBox}) => {
| ^
183 | await searchBox
184 | .searchSuggestions()
185 | .first()
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:182:12
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L186
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first() to be visible
184 | .searchSuggestions()
185 | .first()
> 186 | .waitFor({state: 'visible', timeout: 10e4});
| ^
187 | await searchBox.submitButton.click();
188 | });
189 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:186:12
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L182
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
180 |
181 | test.describe('after clicking the submit button', () => {
> 182 | test.beforeEach(async ({searchBox}) => {
| ^
183 | await searchBox
184 | .searchSuggestions()
185 | .first()
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:182:12
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L186
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first() to be visible
184 | .searchSuggestions()
185 | .first()
> 186 | .waitFor({state: 'visible', timeout: 10e4});
| ^
187 | await searchBox.submitButton.click();
188 | });
189 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:186:12
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L206
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
Test timeout of 30000ms exceeded while running "beforeEach" hook.
204 |
205 | test.describe('with recent queries', () => {
> 206 | test.beforeEach(async ({searchBox, page}) => {
| ^
207 | await searchBox.searchInput.waitFor({state: 'visible'});
208 | await searchBox.searchInput.click();
209 | await searchBox.searchInput.fill('kayak');
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:206:10
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L213
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
Error: page.waitForLoadState: Test timeout of 30000ms exceeded.
211 | await searchBox.clearButton.waitFor({state: 'visible'});
212 | await searchBox.searchInput.fill('');
> 213 | await page.waitForLoadState('networkidle');
| ^
214 | });
215 |
216 | test('should display recent queries', async ({searchBox}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:213:18
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L206
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
204 |
205 | test.describe('with recent queries', () => {
> 206 | test.beforeEach(async ({searchBox, page}) => {
| ^
207 | await searchBox.searchInput.waitFor({state: 'visible'});
208 | await searchBox.searchInput.click();
209 | await searchBox.searchInput.fill('kayak');
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:206:10
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L211
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Clear', { exact: true }) to be visible
209 | await searchBox.searchInput.fill('kayak');
210 | await searchBox.searchInput.press('Enter');
> 211 | await searchBox.clearButton.waitFor({state: 'visible'});
| ^
212 | await searchBox.searchInput.fill('');
213 | await page.waitForLoadState('networkidle');
214 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:211:35
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "atomic-e2e-screenshots-", "result-lists-screenshots", "ssr-app-dev-screenshots", "ssr-app-prd-screenshots", "ssr-page-dev-screenshots", "ssr-pages-prd-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/
|
Run /./.github/actions/playwright-atomic
4 failed
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:227:9 › with instant results & query suggestions › with recent queries › should clear recent queries when pressing enter while the clear button is focused
1 flaky
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:241:9 › with instant results & query suggestions › after clicking the searchbox input › should display suggested queries
31 passed (6.8m)
|
Loading