Run tests on 3.23.28-e86f244 CORE #857
Annotations
10 errors, 3 warnings, and 1 notice
|
Run playwright tests:
playwright/tests/attributes.spec.ts#L0
5) [e2e] › playwright/tests/attributes.spec.ts:25:9 › TC: SALEOR_124 User should be able to create PAGE_TYPE Multiple Select attribute with ability to add values, required, public #e2e #attributes
Test timeout of 35000ms exceeded.
|
|
Run playwright tests:
playwright/pages/attributesPage.ts#L148
4) [e2e] › playwright/tests/attributes.spec.ts:25:9 › TC: SALEOR_124 User should be able to create PAGE_TYPE Dropdown attribute with ability to add values, required, public #e2e #attributes
Error: locator.fill: Test timeout of 35000ms exceeded.
Call log:
- waiting for getByTestId('attribute-default-label-input').locator('input')
at ../pages/attributesPage.ts:148
146 |
147 | async typeAttributeDefaultLabel(attributeDefaultLabel: string) {
> 148 | await this.attributeDefaultLabelInput.fill(attributeDefaultLabel);
| ^
149 | }
150 |
151 | async selectAttributeEntityType(entityType: string) {
at AttributesPage.typeAttributeDefaultLabel (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/attributesPage.ts:148:43)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:33:28
|
|
Run playwright tests:
playwright/tests/attributes.spec.ts#L0
4) [e2e] › playwright/tests/attributes.spec.ts:25:9 › TC: SALEOR_124 User should be able to create PAGE_TYPE Dropdown attribute with ability to add values, required, public #e2e #attributes
Test timeout of 35000ms exceeded.
|
|
Run playwright tests:
playwright/pages/attributesPage.ts#L148
3) [e2e] › playwright/tests/attributes.spec.ts:25:9 › TC: SALEOR_124 User should be able to create PRODUCT_TYPE Swatch attribute with ability to add values, required, public #e2e #attributes
Error: locator.fill: Test timeout of 35000ms exceeded.
Call log:
- waiting for getByTestId('attribute-default-label-input').locator('input')
at ../pages/attributesPage.ts:148
146 |
147 | async typeAttributeDefaultLabel(attributeDefaultLabel: string) {
> 148 | await this.attributeDefaultLabelInput.fill(attributeDefaultLabel);
| ^
149 | }
150 |
151 | async selectAttributeEntityType(entityType: string) {
at AttributesPage.typeAttributeDefaultLabel (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/attributesPage.ts:148:43)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:33:28
|
|
Run playwright tests:
playwright/tests/attributes.spec.ts#L0
3) [e2e] › playwright/tests/attributes.spec.ts:25:9 › TC: SALEOR_124 User should be able to create PRODUCT_TYPE Swatch attribute with ability to add values, required, public #e2e #attributes
Test timeout of 35000ms exceeded.
|
|
Run playwright tests:
playwright/pages/attributesPage.ts#L148
2) [e2e] › playwright/tests/attributes.spec.ts:25:9 › TC: SALEOR_124 User should be able to create PRODUCT_TYPE Multiple Select attribute with ability to add values, required, public #e2e #attributes
Error: locator.fill: Test timeout of 35000ms exceeded.
Call log:
- waiting for getByTestId('attribute-default-label-input').locator('input')
at ../pages/attributesPage.ts:148
146 |
147 | async typeAttributeDefaultLabel(attributeDefaultLabel: string) {
> 148 | await this.attributeDefaultLabelInput.fill(attributeDefaultLabel);
| ^
149 | }
150 |
151 | async selectAttributeEntityType(entityType: string) {
at AttributesPage.typeAttributeDefaultLabel (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/attributesPage.ts:148:43)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:33:28
|
|
Run playwright tests:
playwright/tests/attributes.spec.ts#L0
2) [e2e] › playwright/tests/attributes.spec.ts:25:9 › TC: SALEOR_124 User should be able to create PRODUCT_TYPE Multiple Select attribute with ability to add values, required, public #e2e #attributes
Test timeout of 35000ms exceeded.
|
|
Run playwright tests:
playwright/pages/attributesPage.ts#L148
1) [e2e] › playwright/tests/attributes.spec.ts:25:9 › TC: SALEOR_124 User should be able to create PRODUCT_TYPE Dropdown attribute with ability to add values, required, public #e2e #attributes
Error: locator.fill: Test timeout of 35000ms exceeded.
Call log:
- waiting for getByTestId('attribute-default-label-input').locator('input')
at ../pages/attributesPage.ts:148
146 |
147 | async typeAttributeDefaultLabel(attributeDefaultLabel: string) {
> 148 | await this.attributeDefaultLabelInput.fill(attributeDefaultLabel);
| ^
149 | }
150 |
151 | async selectAttributeEntityType(entityType: string) {
at AttributesPage.typeAttributeDefaultLabel (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/attributesPage.ts:148:43)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:33:28
|
|
Run playwright tests:
playwright/tests/attributes.spec.ts#L0
1) [e2e] › playwright/tests/attributes.spec.ts:25:9 › TC: SALEOR_124 User should be able to create PRODUCT_TYPE Dropdown attribute with ability to add values, required, public #e2e #attributes
Test timeout of 35000ms exceeded.
|
|
Run playwright tests
Testing stopped early after 10 maximum allowed failures.
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Post Run playwright tests
Unexpected input(s) 'URL_TO_RUN', valid inputs are ['BASE_URL', 'API_URL', 'E2E_USER_NAME', 'E2E_USER_PASSWORD', 'E2E_PERMISSIONS_USERS_PASSWORD', 'SHARD', 'MAILPITURL', 'PW_WORKERS', 'PW_RETRIES', 'PROJECT', 'ACCOUNTS', 'E2E_ENCODE_PASS', 'BRANCH_NAME', 'SALEOR_CLOUD_SERVICE', 'DASHBOARD_VERSION', 'BUILD_NUMBER', 'BUILD_URL', 'APP_IDENTIFIERS', 'ARTIFACT_PREFIX']
|
|
Run playwright tests
Unexpected input(s) 'URL_TO_RUN', valid inputs are ['BASE_URL', 'API_URL', 'E2E_USER_NAME', 'E2E_USER_PASSWORD', 'E2E_PERMISSIONS_USERS_PASSWORD', 'SHARD', 'MAILPITURL', 'PW_WORKERS', 'PW_RETRIES', 'PROJECT', 'ACCOUNTS', 'E2E_ENCODE_PASS', 'BRANCH_NAME', 'SALEOR_CLOUD_SERVICE', 'DASHBOARD_VERSION', 'BUILD_NUMBER', 'BUILD_URL', 'APP_IDENTIFIERS', 'ARTIFACT_PREFIX']
|
|
Run playwright tests
10 failed
[e2e] › playwright/tests/attributes.spec.ts:25:9 › TC: SALEOR_124 User should be able to create PRODUCT_TYPE Dropdown attribute with ability to add values, required, public #e2e #attributes
[e2e] › playwright/tests/attributes.spec.ts:25:9 › TC: SALEOR_124 User should be able to create PRODUCT_TYPE Multiple Select attribute with ability to add values, required, public #e2e #attributes
[e2e] › playwright/tests/attributes.spec.ts:25:9 › TC: SALEOR_124 User should be able to create PRODUCT_TYPE Swatch attribute with ability to add values, required, public #e2e #attributes
[e2e] › playwright/tests/attributes.spec.ts:25:9 › TC: SALEOR_124 User should be able to create PAGE_TYPE Dropdown attribute with ability to add values, required, public #e2e #attributes
[e2e] › playwright/tests/attributes.spec.ts:25:9 › TC: SALEOR_124 User should be able to create PAGE_TYPE Multiple Select attribute with ability to add values, required, public #e2e #attributes
[e2e] › playwright/tests/attributes.spec.ts:25:9 › TC: SALEOR_124 User should be able to create PAGE_TYPE Swatch attribute with ability to add values, required, public #e2e #attributes
[e2e] › playwright/tests/attributes.spec.ts:62:9 › TC: SALEOR_125 User should be able to create PRODUCT_TYPE File attribute without ability to add values, NOT required, private #e2e #attributes
[e2e] › playwright/tests/attributes.spec.ts:62:9 › TC: SALEOR_125 User should be able to create PRODUCT_TYPE Numeric attribute without ability to add values, NOT required, private #e2e #attributes
[e2e] › playwright/tests/attributes.spec.ts:62:9 › TC: SALEOR_125 User should be able to create PRODUCT_TYPE Rich Text attribute without ability to add values, NOT required, private #e2e #attributes
[e2e] › playwright/tests/attributes.spec.ts:62:9 › TC: SALEOR_125 User should be able to create PRODUCT_TYPE Boolean attribute without ability to add values, NOT required, private #e2e #attributes
2 interrupted
[e2e] › playwright/tests/attributes.spec.ts:62:9 › TC: SALEOR_125 User should be able to create PRODUCT_TYPE Plain Text attribute without ability to add values, NOT required, private #e2e #attributes
[e2e] › playwright/tests/attributes.spec.ts:62:9 › TC: SALEOR_125 User should be able to create PRODUCT_TYPE Date attribute without ability to add values, NOT required, private #e2e #attributes
97 did not run
15 passed (2.2m)
|
background
wait
wait-all
cancel
parallel
Loading