test(commerce): fix flaky commerce query summary tests #21076
Annotations
1 error, 2 warnings, and 1 notice
packages/atomic/playwright-utils/base-page-object.ts#L27
1) [webkit] › components/commerce/atomic-commerce-interface/e2e/atomic-commerce-interface.e2e.ts:66:9 › when a query is performed automatically › when a language is provided › should default back to the non region locale (e.g., "es-ES" to "es")
Error: page.goto: WebKit encountered an internal error
Call log:
- navigating to "http://localhost:4400/iframe.html?id=atomic-commerce-interface--with-product-list&args=attributes-language:es-ES", waiting until "load"
at ../playwright-utils/base-page-object.ts:27
25 | }: {args?: Component; story?: string} = {}) {
26 | if (args) {
> 27 | await this.page.goto(
| ^
28 | `${this.urlRoot}?id=${this.tag}--${story}&args=${buildArgsParam(undefined, this.camelToKebab(args))}`
29 | );
30 | } else {
at CommerceInterfacePageObject.load (/home/runner/work/ui-kit/ui-kit/packages/atomic/playwright-utils/base-page-object.ts:27:23)
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-interface/e2e/atomic-commerce-interface.e2e.ts:69:31
|
packages/atomic/[firefox] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
packages/atomic/[firefox] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts took 16.4s
|
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 succeeded
Loading