Run tests on 3.22.57-adc3fbd CORE #803
Triggered via repository dispatch
July 7, 2026 09:13
saleor-deployments[bot]
automation-tests-event
b216b81
Status
Failure
Total duration
9m 34s
Artifacts
6
automation-tests-on-repository-dispatch.yml
on: repository_dispatch
extract-version
12s
run-tests-on-release
/
add-check-and-prepare-instance
3m 0s
Matrix: run-tests-on-release / run-pw-tests
run-tests-on-release
/
update-check-status-if-previous-job-fails
add-comment-to-release-pr
11s
Annotations
20 errors, 9 warnings, and 9 notices
|
[e2e] › playwright/tests/product.spec.ts:116:5 › TC: SALEOR_45 As an admin I should be able to delete a single products @basic-regression #product #e2e:
playwright/pages/basePage.ts#L120
6) [e2e] › playwright/tests/product.spec.ts:116:5 › TC: SALEOR_45 As an admin I should be able to delete a single products @basic-regression #product #e2e
Error: No error banner should be visible
expect(locator).not.toBeVisible() failed
Locator: locator('[data-test-type="error"]')
Expected: not visible
Error: strict mode violation: locator('[data-test-type="error"]') resolved to 3 elements:
1) <div data-test-type="error" class="_18fs8ps2t9 _18fs8ps32x _18fs8ps29x _18fs8ps2jl _18fs8ps1mf _18fs8ps1ml _18fs8ps1m3 _18fs8ps1m9 _18fs8ps1go _18fs8ps1fr _18fs8ps1ii _18fs8ps1hl _18fs8ps3 _18fs8ps10 _18fs8pse0 _18fs8ps3w9 _18fs8ps229 _18fs8ps25l">…</div> aka locator('div').filter({ hasText: 'ErrorUnexpected token' }).nth(4)
2) <div data-test-type="error" class="_18fs8ps2t9 _18fs8ps32x _18fs8ps29x _18fs8ps2jl _18fs8ps1mf _18fs8ps1ml _18fs8ps1m3 _18fs8ps1m9 _18fs8ps1go _18fs8ps1fr _18fs8ps1ii _18fs8ps1hl _18fs8ps3 _18fs8ps10 _18fs8pse0 _18fs8ps3w9 _18fs8ps229 _18fs8ps25l">…</div> aka locator('li:nth-child(2) > div > div > ._18fs8ps2t9')
3) <div data-test-type="error" class="_18fs8ps2t9 _18fs8ps32x _18fs8ps29x _18fs8ps2jl _18fs8ps1mf _18fs8ps1ml _18fs8ps1m3 _18fs8ps1m9 _18fs8ps1go _18fs8ps1fr _18fs8ps1ii _18fs8ps1hl _18fs8ps3 _18fs8ps10 _18fs8pse0 _18fs8ps3w9 _18fs8ps229 _18fs8ps25l">…</div> aka locator('div').filter({ hasText: 'ErrorCouldn\'t resolve to a' }).nth(4)
Call log:
- No error banner should be visible with timeout 10000ms
- waiting for locator('[data-test-type="error"]')
2 × locator resolved to <div data-test-type="error" class="_18fs8ps2t9 _18fs8ps32x _18fs8ps29x _18fs8ps2jl _18fs8ps1mf _18fs8ps1ml _18fs8ps1m3 _18fs8ps1m9 _18fs8ps1go _18fs8ps1fr _18fs8ps1ii _18fs8ps1hl _18fs8ps3 _18fs8ps10 _18fs8pse0 _18fs8ps3w9 _18fs8ps229 _18fs8ps25l">…</div>
- unexpected value "visible"
at ../pages/basePage.ts:120
118 | }
119 |
> 120 | await expect(this.errorBanner, "No error banner should be visible").not.toBeVisible();
| ^
121 | }
122 |
123 | async expectInfoBanner() {
at ProductPage.expectSuccessBanner (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:120:77)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/product.spec.ts:122:3
|
|
[e2e] › playwright/tests/product.spec.ts:98:5 › TC: SALEOR_44 As an admin I should be able to delete a several products @basic-regression #product #e2e:
playwright/pages/basePage.ts#L246
5) [e2e] › playwright/tests/product.spec.ts:98:5 › TC: SALEOR_44 As an admin I should be able to delete a several products @basic-regression #product #e2e
Error: locator.waitFor: Test timeout of 35000ms exceeded.
Call log:
- waiting for locator('[data-testid="data-grid-canvas"]').locator('table tr').first()
at ../pages/basePage.ts:246
244 | await this.waitForDOMToFullyLoad();
245 |
> 246 | await this.gridCanvas.locator("table tr").first().waitFor({ state: "attached" });
| ^
247 |
248 | await this.page.waitForSelector("table tr", { state: "attached" });
249 |
at ProductPage.findRowIndexBasedOnText (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:246:55)
at ProductPage.searchAndFindRowIndexes (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:271:12)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/product.spec.ts:101:3
|
|
[e2e] › playwright/tests/product.spec.ts:98:5 › TC: SALEOR_44 As an admin I should be able to delete a several products @basic-regression #product #e2e:
playwright/tests/product.spec.ts#L0
5) [e2e] › playwright/tests/product.spec.ts:98:5 › TC: SALEOR_44 As an admin I should be able to delete a several products @basic-regression #product #e2e
Test timeout of 35000ms exceeded.
|
|
[e2e] › playwright/tests/product.spec.ts:67:5 › TC: SALEOR_27 Create full info variant - via edit variant page #e2e #product:
playwright/pages/basePage.ts#L117
4) [e2e] › playwright/tests/product.spec.ts:67:5 › TC: SALEOR_27 Create full info variant - via edit variant page #e2e #product
Error: locator.waitFor: Test timeout of 35000ms exceeded.
Call log:
- waiting for locator('[data-test-type="success"]').first() to be visible
at ../pages/basePage.ts:117
115 | .waitFor({ state: "visible", timeout: options.timeout });
116 | } else {
> 117 | await this.successBanner.first().waitFor({ state: "visible", timeout: options.timeout });
| ^
118 | }
119 |
120 | await expect(this.errorBanner, "No error banner should be visible").not.toBeVisible();
at VariantsPage.expectSuccessBanner (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:117:40)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/product.spec.ts:84:22
|
|
[e2e] › playwright/tests/product.spec.ts:67:5 › TC: SALEOR_27 Create full info variant - via edit variant page #e2e #product:
playwright/tests/product.spec.ts#L0
4) [e2e] › playwright/tests/product.spec.ts:67:5 › TC: SALEOR_27 Create full info variant - via edit variant page #e2e #product
Test timeout of 35000ms exceeded.
|
|
[e2e] › playwright/tests/permissionGroup.spec.ts:140:5 › TC: SALEOR_135 Should be able to delete single permission group #permissions #e2e:
playwright/tests/permissionGroup.spec.ts#L150
3) [e2e] › playwright/tests/permissionGroup.spec.ts:140:5 › TC: SALEOR_135 Should be able to delete single permission group #permissions #e2e
Error: expect(locator).toHaveValue(expected) failed
Locator: getByTestId('permission-group-name-input').locator('input')
Expected: "e2e_permission_group_to_be_deleted"
Received: ""
Timeout: 10000ms
Call log:
- Expect "toHaveValue" with timeout 10000ms
- waiting for getByTestId('permission-group-name-input').locator('input')
14 × locator resolved to <input disabled value="" name="name" type="text" aria-invalid="false" class="MuiInputBase-input MuiOutlinedInput-input Mui-disabled Mui-disabled"/>
- unexpected value ""
148 | timeout: 30000,
149 | });
> 150 | await expect(permissionDetails.permissionGroupNameInput).toHaveValue(permission.name);
| ^
151 | await permissionDetails.clickDeleteButton();
152 | await permissionDetails.deletePermissionGroupDialog.deleteDialog.waitFor({
153 | state: "visible",
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/permissionGroup.spec.ts:150:60
|
|
[e2e] › playwright/tests/permissionGroup.spec.ts:119:5 › TC: SALEOR_218 Should be able to edit members of existing permission group #permissions #e2e:
playwright/pages/permissionGroupDetailsPage.ts#L76
2) [e2e] › playwright/tests/permissionGroup.spec.ts:119:5 › TC: SALEOR_218 Should be able to edit members of existing permission group #permissions #e2e
Error: locator.click: Test timeout of 35000ms exceeded.
Call log:
- waiting for getByTestId('assigned-member-row').filter({ hasText: 'e2e_permission_group_member_1 test' }).locator(getByTestId('remove-user'))
at ../pages/permissionGroupDetailsPage.ts:76
74 | .filter({ hasText: member })
75 | .locator(this.removeMemberButton)
> 76 | .click();
| ^
77 | }
78 |
79 | async clickSaveButton() {
at PermissionGroupDetailsPage.unassignSingleMember (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/permissionGroupDetailsPage.ts:76:8)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/permissionGroup.spec.ts:126:27
|
|
[e2e] › playwright/tests/permissionGroup.spec.ts:119:5 › TC: SALEOR_218 Should be able to edit members of existing permission group #permissions #e2e:
playwright/tests/permissionGroup.spec.ts#L0
2) [e2e] › playwright/tests/permissionGroup.spec.ts:119:5 › TC: SALEOR_218 Should be able to edit members of existing permission group #permissions #e2e
Test timeout of 35000ms exceeded.
|
|
[e2e] › playwright/tests/permissionGroup.spec.ts:78:5 › TC: SALEOR_134 Should be able to edit an existing permission group #permissions #e2e:
playwright/tests/permissionGroup.spec.ts#L86
1) [e2e] › playwright/tests/permissionGroup.spec.ts:78:5 › TC: SALEOR_134 Should be able to edit an existing permission group #permissions #e2e
Error: expect(locator).toHaveValue(expected) failed
Locator: getByTestId('permission-group-name-input').locator('input')
Expected: "e2e_permission_group_to_be_updated"
Received: "Account copy"
Timeout: 10000ms
Call log:
- Expect "toHaveValue" with timeout 10000ms
- waiting for getByTestId('permission-group-name-input').locator('input')
4 × locator resolved to <input disabled value="" name="name" type="text" aria-invalid="false" class="MuiInputBase-input MuiOutlinedInput-input Mui-disabled Mui-disabled"/>
- unexpected value ""
10 × locator resolved to <input name="name" type="text" aria-invalid="false" value="Account copy" class="MuiInputBase-input MuiOutlinedInput-input"/>
- unexpected value "Account copy"
84 | const oldName = permission.name;
85 |
> 86 | await expect(permissionDetails.permissionGroupNameInput).toHaveValue(oldName);
| ^
87 | await permissionDetails.permissionGroupNameInput.clear();
88 |
89 | const newName = faker.random.words(2);
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/permissionGroup.spec.ts:86:60
|
|
run-tests-on-release / run-pw-tests (2/2)
Testing stopped early after 10 maximum allowed failures.
|
|
[e2e] › playwright/tests/attributes.spec.ts:62:9 › TC: SALEOR_125 User should be able to create PRODUCT_TYPE Date Time attribute without ability to add values:
playwright/tests/attributes.spec.ts#L0
5) [e2e] › playwright/tests/attributes.spec.ts:62:9 › TC: SALEOR_125 User should be able to create PRODUCT_TYPE Date Time attribute without ability to add values, NOT required, private #e2e #attributes
Test timeout of 35000ms exceeded.
|
|
[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:
playwright/pages/configurationPage.ts#L74
4) [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
Error: locator.click: Test timeout of 35000ms exceeded.
Call log:
- waiting for locator('[data-test-id*=\'attributes\']')
at ../pages/configurationPage.ts:74
72 |
73 | async openAttributes() {
> 74 | await this.attributesButton.click();
| ^
75 | }
76 | }
77 |
at ConfigurationPage.openAttributes (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/configurationPage.ts:74:33)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:67:31
|
|
[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:
playwright/tests/attributes.spec.ts#L0
4) [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
Test timeout of 35000ms exceeded.
|
|
[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:
playwright/pages/configurationPage.ts#L74
3) [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
Error: locator.click: Test timeout of 35000ms exceeded.
Call log:
- waiting for locator('[data-test-id*=\'attributes\']')
at ../pages/configurationPage.ts:74
72 |
73 | async openAttributes() {
> 74 | await this.attributesButton.click();
| ^
75 | }
76 | }
77 |
at ConfigurationPage.openAttributes (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/configurationPage.ts:74:33)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:67:31
|
|
[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:
playwright/tests/attributes.spec.ts#L0
3) [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
Test timeout of 35000ms exceeded.
|
|
[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:
playwright/pages/configurationPage.ts#L74
2) [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
Error: locator.click: Test timeout of 35000ms exceeded.
Call log:
- waiting for locator('[data-test-id*=\'attributes\']')
at ../pages/configurationPage.ts:74
72 |
73 | async openAttributes() {
> 74 | await this.attributesButton.click();
| ^
75 | }
76 | }
77 |
at ConfigurationPage.openAttributes (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/configurationPage.ts:74:33)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:67:31
|
|
[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:
playwright/tests/attributes.spec.ts#L0
2) [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
Test timeout of 35000ms exceeded.
|
|
[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:
playwright/pages/configurationPage.ts#L74
1) [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
Error: locator.click: Test timeout of 35000ms exceeded.
Call log:
- waiting for locator('[data-test-id*=\'attributes\']')
at ../pages/configurationPage.ts:74
72 |
73 | async openAttributes() {
> 74 | await this.attributesButton.click();
| ^
75 | }
76 | }
77 |
at ConfigurationPage.openAttributes (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/configurationPage.ts:74:33)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:67:31
|
|
[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:
playwright/tests/attributes.spec.ts#L0
1) [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
Test timeout of 35000ms exceeded.
|
|
run-tests-on-release / run-pw-tests (1/2)
Testing stopped early after 10 maximum allowed failures.
|
|
extract-version
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
run-tests-on-release / add-check-and-prepare-instance
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
run-tests-on-release / run-pw-tests (2/2)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, actions/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
run-tests-on-release / run-pw-tests (2/2)
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-tests-on-release / run-pw-tests (2/2)
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-tests-on-release / run-pw-tests (1/2)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, actions/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
run-tests-on-release / run-pw-tests (1/2)
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-tests-on-release / run-pw-tests (1/2)
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-tests-on-release / tests-complete
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
SALEOR_CLOUD_SERVICE
saleor-staging-v322
|
|
SNAPSHOT
backup_id=O1JCvq4N, version=3.22.45, name=snapshot-automation-tests-3.22
|
|
BACKUP_NAMESPACE
snapshot-automation-tests-3.22
|
|
POOL_INSTANCE
https://v322.staging.saleor.cloud/
|
|
POOL_NAME
3.22 Staging
|
|
API_URL
https://v322.staging.saleor.cloud/graphql/
|
|
BASE_URL
https://v322.staging.saleor.cloud/dashboard/
|
|
🎭 Playwright Run Summary
10 failed
[e2e] › playwright/tests/permissionGroup.spec.ts:78:5 › TC: SALEOR_134 Should be able to edit an existing permission group #permissions #e2e
[e2e] › playwright/tests/permissionGroup.spec.ts:119:5 › TC: SALEOR_218 Should be able to edit members of existing permission group #permissions #e2e
[e2e] › playwright/tests/permissionGroup.spec.ts:140:5 › TC: SALEOR_135 Should be able to delete single permission group #permissions #e2e
[e2e] › playwright/tests/product.spec.ts:67:5 › TC: SALEOR_27 Create full info variant - via edit variant page #e2e #product
[e2e] › playwright/tests/product.spec.ts:98:5 › TC: SALEOR_44 As an admin I should be able to delete a several products @basic-regression #product #e2e
[e2e] › playwright/tests/product.spec.ts:116:5 › TC: SALEOR_45 As an admin I should be able to delete a single products @basic-regression #product #e2e
[e2e] › playwright/tests/product.spec.ts:131:5 › TC: SALEOR_46 As an admin, I should be able to update a product by uploading media, assigning channels, assigning tax, and adding a new variant @basic-regression #product #e2e
[e2e] › playwright/tests/product.spec.ts:168:5 › TC: SALEOR_56 As an admin, I should be able to export products from single channel as CSV file @basic-regression #product #e2e
[e2e] › playwright/tests/product.spec.ts:179:5 › TC: SALEOR_57 As an admin, I should be able to search products on list view @basic-regression #product #e2e
[e2e] › playwright/tests/product.spec.ts:188:5 › TC: SALEOR_58 As an admin I should be able use pagination on product list view @basic-regression #product #e2e
3 interrupted
[e2e] › playwright/tests/product.spec.ts:213:5 › TC: SALEOR_59 As an admin I should be able to filter products by channel on product list view @basic-regression #product #e2e
[e2e] › playwright/tests/product.spec.ts:233:5 › TC: SALEOR_60 As an admin I should be able update existing variant @basic-regression #product #e2e
[e2e] › playwright/tests/product.spec.ts:264:5 › TC: SALEOR_61 As an admin I should be able to delete existing variant @basic-regression #product #e2e
96 did not run
20 passed (1.9m)
|
|
🎭 Playwright Run Summary
10 failed
[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 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 Boolean 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
[e2e] › playwright/tests/attributes.spec.ts:62:9 › TC: SALEOR_125 User should be able to create PRODUCT_TYPE Date Time 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 PAGE_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 PAGE_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 PAGE_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 PAGE_TYPE Plain Text attribute without ability to add values, NOT required, private #e2e #attributes
[e2e] › playwright/tests/categories.spec.ts:33:5 › TC: SALEOR_104 Bulk delete categories #e2e #category
3 interrupted
[e2e] › playwright/tests/attributes.spec.ts:210:7 › TC: SALEOR_129 Delete a single e2e product attribute to be deleted #e2e #attributes
[e2e] › playwright/tests/attributes.spec.ts:210:7 › TC: SALEOR_129 Delete a single e2e content attribute to be deleted #e2e #attributes
[e2e] › playwright/tests/attributes.spec.ts:224:5 › TC: SALEOR_130 Bulk delete attributes #e2e #attributes
2 skipped
78 did not run
36 passed (3.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
all-blob-reports-1
Expired
|
27.2 MB |
sha256:8d63fb342b8e478227a3802ce6b8e890dda54d462dd1c2b97b1d522a54cc1137
|
|
|
all-blob-reports-2
Expired
|
41 MB |
sha256:ab0c5468937de92d6fa40629a8c97ab2a16c2aedfbd33976b0ac83c1939bcf57
|
|
|
ctrf-report-1
Expired
|
1.38 KB |
sha256:60680a27cad2e20fc34a473ddcf47017fa23f4e74c20153a31b63194d9499828
|
|
|
ctrf-report-2
Expired
|
1.23 KB |
sha256:1e53232bcc4baaedee8b0a642438947db1f973c6e3432724433e23f68ffb70c6
|
|
|
html-report--attempt-1
Expired
|
71 MB |
sha256:d440cc664c308133db7c98263f1efca525518dd6d397e0d82dac0a7577147053
|
|
|
merged-blob-reports
Expired
|
68.3 MB |
sha256:4b0994783cdd96ca3a152819ea7465469016a94a6831aecbbb3ba67a23b231ee
|
|