test(atomic): start tests on atomic-commerce-facets #19907
Annotations
10 errors, 3 warnings, and 1 notice
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:183:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Test timeout of 30000ms exceeded.
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L187
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:183:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/Inclusion filter/).first()
185 | searchBox,
186 | }) => {
> 187 | await facets.inclusionFilters.first().click();
| ^
188 | await facets.clearFilters().waitFor({state: 'visible'});
189 | await searchBox.submitButton.click();
190 | await expect(facets.clearFilters()).not.toBeVisible();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:187:43
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:183:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L187
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:183:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/Inclusion filter/).first()
185 | searchBox,
186 | }) => {
> 187 | await facets.inclusionFilters.first().click();
| ^
188 | await facets.clearFilters().waitFor({state: 'visible'});
189 | await searchBox.submitButton.click();
190 | await expect(facets.clearFilters()).not.toBeVisible();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:187:43
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:183:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L187
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:183:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/Inclusion filter/).first()
185 | searchBox,
186 | }) => {
> 187 | await facets.inclusionFilters.first().click();
| ^
188 | await facets.clearFilters().waitFor({state: 'visible'});
189 | await searchBox.submitButton.click();
190 | await expect(facets.clearFilters()).not.toBeVisible();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:187:43
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:199:7 › with a facet & clear-filters set to false › clicking the submit button should not clear the facet value
Test timeout of 30000ms exceeded.
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L203
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:199:7 › with a facet & clear-filters set to false › clicking the submit button should not clear the facet value
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/Inclusion filter/).first()
201 | searchBox,
202 | }) => {
> 203 | await facets.inclusionFilters.first().click();
| ^
204 | await facets.clearFilters().waitFor({state: 'visible'});
205 | await searchBox.submitButton.click();
206 | await expect(facets.clearFilters()).toBeVisible();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:203:43
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:199:7 › with a facet & clear-filters set to false › clicking the submit button should not clear the facet value
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L203
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:199:7 › with a facet & clear-filters set to false › clicking the submit button should not clear the facet value
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/Inclusion filter/).first()
201 | searchBox,
202 | }) => {
> 203 | await facets.inclusionFilters.first().click();
| ^
204 | await facets.clearFilters().waitFor({state: 'visible'});
205 | await searchBox.submitButton.click();
206 | await expect(facets.clearFilters()).toBeVisible();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:203:43
|
|
|
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/
|
6 failed
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:183:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:199:7 › with a facet & clear-filters set to false › clicking the submit button should not clear the facet value
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:183:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:199:7 › with a facet & clear-filters set to false › clicking the submit button should not clear the facet value
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:183:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:199:7 › with a facet & clear-filters set to false › clicking the submit button should not clear the facet value
99 passed (11.5m)
|
This job failed
Loading