Skip to content

Run test manually

Run test manually #287

Manually triggered November 14, 2024 11:55
Status Failure
Total duration 9m 0s
Artifacts 2

run-test-manual.yml

on: workflow_dispatch
initialize-cloud
1m 27s
initialize-cloud
create-run-on-testmo
18s
create-run-on-testmo
Matrix: run-tests
tests-complete
1m 0s
tests-complete
Fit to window
Zoom out
Zoom in

Annotations

21 errors, 9 warnings, and 9 notices
initialize-cloud
Process completed with exit code 1.
[e2e] › orders.spec.ts:261:5 › TC: SALEOR_191 Refund products from the fully paid order @e2e @refunds: playwright/tests/orders.spec.ts#L1
1) [e2e] › orders.spec.ts:261:5 › TC: SALEOR_191 Refund products from the fully paid order @e2e @Refunds Test timeout of 105000ms exceeded.
[e2e] › orders.spec.ts:261:5 › TC: SALEOR_191 Refund products from the fully paid order @e2e @refunds: playwright/pages/refundPage.ts#L56
1) [e2e] › orders.spec.ts:261:5 › TC: SALEOR_191 Refund products from the fully paid order @e2e @Refunds Error: locator.click: Test timeout of 105000ms exceeded. Call log: - waiting for locator('table tr').filter({ hasText: 'Bean Juice' }).locator(getByTestId('all-button')) - locator resolved to <button disabled type="button" data-test-id="all-button"…>All</button> - attempting click action - waiting for element to be visible, enabled and stable - element is not enabled - waiting... at ../pages/refundPage.ts:56 54 | const productRow = await this.getProductRow(productName); 55 | > 56 | await productRow.locator(this.allButton).click(); | ^ 57 | 58 | const maxLineRefundQuantityText = await productRow 59 | .locator(this.maxLineRefundQuantity) at RefundPage.pickAllProductQuantityToRefund (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/refundPage.ts:56:46) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:273:3
[e2e] › orders.spec.ts:325:7 › TC: SALEOR_193 Update order with non-manual refund in FAILURE status @e2e @refunds: playwright/tests/orders.spec.ts#L1
2) [e2e] › orders.spec.ts:325:7 › TC: SALEOR_193 Update order with non-manual refund in FAILURE status @e2e @Refunds Test timeout of 35000ms exceeded.
[e2e] › orders.spec.ts:325:7 › TC: SALEOR_193 Update order with non-manual refund in FAILURE status @e2e @refunds: playwright/pages/ordersPage.ts#L141
2) [e2e] › orders.spec.ts:325:7 › TC: SALEOR_193 Update order with non-manual refund in FAILURE status @e2e @Refunds Error: locator.click: Test timeout of 35000ms exceeded. Call log: - waiting for getByTestId('refund-list').locator('tr').filter({ hasText: 'FAILURE' }).locator(getByTestId('edit-refund-button').locator('button')) at ../pages/ordersPage.ts:141 139 | const refund = this.orderRefundList.locator("tr").filter({ hasText: refundInfo }); 140 | > 141 | await refund.locator(this.editRefundButton).click(); | ^ 142 | await this.waitForDOMToFullyLoad(); 143 | } 144 | at OrdersPage.clickEditRefundButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/ordersPage.ts:141:49) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:335:22
[e2e] › orders.spec.ts:325:7 › TC: SALEOR_193 Update order with non-manual refund in DRAFT status @e2e @refunds: playwright/tests/orders.spec.ts#L1
3) [e2e] › orders.spec.ts:325:7 › TC: SALEOR_193 Update order with non-manual refund in DRAFT status @e2e @Refunds Test timeout of 35000ms exceeded.
[e2e] › orders.spec.ts:325:7 › TC: SALEOR_193 Update order with non-manual refund in DRAFT status @e2e @refunds: playwright/pages/ordersPage.ts#L141
3) [e2e] › orders.spec.ts:325:7 › TC: SALEOR_193 Update order with non-manual refund in DRAFT status @e2e @Refunds Error: locator.click: Test timeout of 35000ms exceeded. Call log: - waiting for getByTestId('refund-list').locator('tr').filter({ hasText: 'DRAFT' }).locator(getByTestId('edit-refund-button').locator('button')) at ../pages/ordersPage.ts:141 139 | const refund = this.orderRefundList.locator("tr").filter({ hasText: refundInfo }); 140 | > 141 | await refund.locator(this.editRefundButton).click(); | ^ 142 | await this.waitForDOMToFullyLoad(); 143 | } 144 | at OrdersPage.clickEditRefundButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/ordersPage.ts:141:49) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:335:22
[e2e] › orders.spec.ts:345:5 › TC: SALEOR_215 Inline discount is applied in a draft order @draft @discounts @e2e: playwright/tests/orders.spec.ts#L356
4) [e2e] › orders.spec.ts:345:5 › TC: SALEOR_215 Inline discount is applied in a draft order @draft @Discounts @e2e Error: expect(received).toContain(expected) // indexOf Expected substring: "20" Received string: "PLN80.00" 354 | const initialTotal = await ordersPage.orderSummary.locator(ordersPage.totalPrice).innerText(); 355 | > 356 | expect(initialTotal).toContain(productAlreadyInBasket.price.toString()); | ^ 357 | await draftOrdersPage.clickAddProductsButton(); 358 | await draftOrdersPage.addProductsDialog.searchForProductInDialog(discountedProduct.name); 359 | await draftOrdersPage.addProductsDialog.selectVariantBySKU(discountedProduct.variant.sku); at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:356:24
[e2e] › orders.spec.ts:450:5 › TC: SALEOR_217 Complete basic order for non existing customer @e2e @order: playwright/pages/basePage.ts#L104
5) [e2e] › orders.spec.ts:450:5 › TC: SALEOR_217 Complete basic order for non existing customer @e2e @order Error: locator.waitFor: Timeout 10000ms exceeded. Call log: - waiting for locator('[data-test-type="success"]').locator('text=finalized') to be visible at ../pages/basePage.ts:104 102 | 103 | async expectSuccessBannerMessage(msg: string) { > 104 | await this.successBanner.locator(`text=${msg}`).waitFor({ state: "visible", timeout: 10000 }); | ^ 105 | await expect(this.errorBanner, "No error banner should be visible").not.toBeVisible(); 106 | } 107 | at DraftOrdersPage.expectSuccessBannerMessage (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:104:53) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:472:25
[e2e] › orders.spec.ts:450:5 › TC: SALEOR_217 Complete basic order for non existing customer @e2e @order: playwright/tests/orders.spec.ts#L1
5) [e2e] › orders.spec.ts:450:5 › TC: SALEOR_217 Complete basic order for non existing customer @e2e @order Test finished within timeout of 35000ms, but tearing down "trace recording" ran out of time. Please allow more time for the test, since teardown is attributed towards the test timeout budget.
[e2e] › pageTypes.spec.ts:23:5 › TC: SALEOR_188 As an admin user I can update page type@e2e @page-type: playwright/pages/dialogs/assignAttributeDialog.ts#L19
6) [e2e] › pageTypes.spec.ts:23:5 › TC: SALEOR_188 As an admin user I can update page type@e2e @page-type Error: Timed out 10000ms waiting for expect(locator).toContainText(expected) Locator: getByTestId('attributes-list') Expected string: "Attribute to be assigned to page type" Received string: "No results found" Call log: - expect.toContainText with timeout 10000ms - waiting for getByTestId('attributes-list') - locator resolved to <tbody class="MuiTableBody-root" data-test-id="attribut…>…</tbody> - unexpected value "e2e content attribute to be updatedcontentAttributeWithValuesToBeUpdatedupdated e2e content attribute to be updated 2e2e-content-attribute-to-be-updated-2PAGE_TYPE - BooleanPAGE_TYPE-Boolean-6cdc2a09-1707-4738-b99a-2e0fb699a616PAGE_TYPE - DatePAGE_TYPE-Date-71f2e12f-57a0-412b-97d2-7462ebb27cc1PAGE_TYPE - Date TimePAGE_TYPE-Date-Time-d4d649cd-d0de-4a4f-a054-4d52116b228cPAGE_TYPE - DropdownPAGE_TYPE-Dropdown-168cab30-016c-402a-baab-8572b96f2799PAGE_TYPE - DropdownPAGE_TYPE-Dropdown-d3fcf596-ba3a-4afa-bed2-3a3d28872edePAGE_TYPE - FilePAGE_TYPE-File-6cdc2a09-1707-4738-b99a-2e0fb699a616PAGE_TYPE - FilePAGE_TYPE-File-f3c79eca-bed3-42eb-81e0-541b48892eeaPAGE_TYPE - Multiple SelectPAGE_TYPE-Multiple-Select-8908b651-31bd-4eca-bfae-5b9c54265fb6PAGE_TYPE - Multiple SelectPAGE_TYPE-Multiple-Select-d3fcf596-ba3a-4afa-bed2-3a3d28872edePAGE_TYPE - NumericPAGE_TYPE-Numeric-71f2e12f-57a0-412b-97d2-7462ebb27cc1PAGE_TYPE - NumericPAGE_TYPE-Numeric-cce442d0-78c8-4891-9ede-1c495eae5e32PAGE_TYPE - REFERENCES for PagePAGE_TYPE-Page-b31ef1f9-d9ff-4ab9-8e79-e72b480ecc93PAGE_TYPE - Plain TextPAGE_TYPE-Plain-Text-408e08d9-6c8f-40db-96da-1f8fb68fce42PAGE_TYPE - Plain TextPAGE_TYPE-Plain-Text-e35292ff-1d68-4d27-b52e-dc3b0e6e4330PAGE_TYPE - REFERENCES for ProductPAGE_TYPE-Product-4cf05299-1c20-4f60-aca7-4bfa424aa5a0PAGE_TYPE - REFERENCES for Product VariantPAGE_TYPE-Product-Variant-eafeea7d-713e-4b27-818d-4282937df18ePAGE_TYPE - Rich TextPAGE_TYPE-Rich-Text-605553cc-8f4f-454c-8c00-bfeb689efad9PAGE_TYPE - Rich TextPAGE_TYPE-Rich-Text-d4d649cd-d0de-4a4f-a054-4d52116b228c" - locator resolved to <tbody class="MuiTableBody-root" data-test-id="attribut…>…</tbody> - unexpected value "e2e content attribute to be updatedcontentAttributeWithValuesToBeUpdatedupdated e2e content attribute to be updated 2e2e-content-attribute-to-be-updated-2PAGE_TYPE - BooleanPAGE_TYPE-Boolean-6cdc2a09-1707-4738-b99a-2e0fb699a616PAGE_TYPE - DatePAGE_TYPE-Date-71f2e12f-57a0-412b-97d2-7462ebb27cc1PAGE_TYPE - Date TimePAGE_TYPE-Date-Time-d4d649cd-d0de-4a4f-a054-4d52116b228cPAGE_TYPE - DropdownPAGE_TYPE-Dropdown-168cab30-016c-402a-baab-8572b96f2799PAGE_TYPE - DropdownPAGE_TYPE-Dropdown-d3fcf596-ba3a-4afa-bed2-3a3d28872edePAGE_TYPE - FilePAGE_TYPE-File-6cdc2a09-1707-4738-b99a-2e0fb699a616PAGE_TYPE - FilePAGE_TYPE-File-f3c79eca-bed3-42eb-81e0-541b48892eeaPAGE_TYPE - Multiple SelectPAGE_TYPE-Multiple-Select-8908b651-31bd-4eca-bfae-5b9c54265fb6PAGE_TYPE - Multiple SelectPAGE_TYPE-Multiple-Select-d3fcf596-ba3a-4afa-bed2-3a3d28872edePAGE_TYPE - NumericPAGE_TYPE-Numeric-71f2e12f-57a0-412b-97d2-7462ebb27cc1PAGE_TYPE - NumericPAGE_TYPE-Numeric-cce442d0-78c8-4891-9ede-1c495eae5e32PAGE_TYPE - REFERENCES for PagePAGE_TYPE-Page-b31ef1f9-d9ff-4ab9-8e79-e72b480ecc93PAGE_TYPE - Plain TextPAGE_TYPE-Plain-Text-408e08d9-6c8f-40db-96da-1f8fb68fce42PAGE_TYPE - Plain TextPAGE_TYPE-Plain-Text-e35292ff-1d68-4d27-b52e-dc3b0e6e4330PAGE_TYPE - REFERENCES for ProductPAGE_TYPE-Product-4cf05299-1c20-4f60-aca7-4bfa424aa5a0PAGE_TYPE - REFERENCES for Product VariantPAGE_TYPE-Product-Variant-eafeea7d-713e-4b27-818d-4282937df18ePAGE_TYPE - Rich TextPAGE_TYPE-Rich-Text-605553cc-8f4f-454c-8c00-bfeb689efad9PAGE_TYPE - Rich TextPAGE_TYPE-Rich-Text-d4d649cd-d0de-4a4f-a054-4d52116b228c" - locator resolved to <tbody class="MuiTableBody-root" data-test-id="attribut…>…</tbody> - unexpected value "e2e content attribute to be updatedcontentAttributeWithValuesToBeUpdatedupdated e2e content attribute to be updated 2e2e-content-attribu
[e2e] › attributes.spec.ts:59:9 › TC: SALEOR_125 User should be able to create PRODUCT_TYPE Numeric attribute without ability to add values: playwright/tests/attributes.spec.ts#L1
1) [e2e] › attributes.spec.ts:59:9 › TC: SALEOR_125 User should be able to create PRODUCT_TYPE Numeric attribute without ability to add values, NOT required, private @e2e @attributes SyntaxError: Error reading storage state from /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/.auth/admin.json: Unexpected end of JSON input
[e2e] › attributes.spec.ts:136:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e product attribute to be updated attribute @e2e @attributes: playwright/tests/attributes.spec.ts#L1
2) [e2e] › attributes.spec.ts:136:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e product attribute to be updated attribute @e2e @attributes Test timeout of 35000ms exceeded.
[e2e] › attributes.spec.ts:136:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e product attribute to be updated attribute @e2e @attributes: playwright/pages/attributesPage.ts#L136
2) [e2e] › attributes.spec.ts:136:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e product attribute to be updated attribute @e2e @attributes Error: locator.click: Test timeout of 35000ms exceeded. Call log: - waiting for getByTestId('attributes-rows').filter({ hasText: 'e2e product attribute value to be deleted' }).locator(getByTestId('delete-attribute-value-button')) at ../pages/attributesPage.ts:136 134 | .filter({ hasText: attrName }) 135 | .locator(this.deleteAttributeValueButton) > 136 | .click(); | ^ 137 | } 138 | 139 | async clickOnExistingAttrValue(attrName: string) { at AttributesPage.clickDeleteAttrValueButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/attributesPage.ts:136:8) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:140:26
[e2e] › attributes.spec.ts:136:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e content attribute to be updated attribute @e2e @attributes: playwright/tests/attributes.spec.ts#L1
3) [e2e] › attributes.spec.ts:136:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e content attribute to be updated attribute @e2e @attributes Test timeout of 35000ms exceeded.
[e2e] › attributes.spec.ts:136:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e content attribute to be updated attribute @e2e @attributes: playwright/pages/attributesPage.ts#L136
3) [e2e] › attributes.spec.ts:136:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e content attribute to be updated attribute @e2e @attributes Error: locator.click: Test timeout of 35000ms exceeded. Call log: - waiting for getByTestId('attributes-rows').filter({ hasText: 'e2e content attribute value to be deleted' }).locator(getByTestId('delete-attribute-value-button')) at ../pages/attributesPage.ts:136 134 | .filter({ hasText: attrName }) 135 | .locator(this.deleteAttributeValueButton) > 136 | .click(); | ^ 137 | } 138 | 139 | async clickOnExistingAttrValue(attrName: string) { at AttributesPage.clickDeleteAttrValueButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/attributesPage.ts:136:8) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:140:26
[e2e] › attributes.spec.ts:196:7 › TC: SALEOR_129 Delete a single e2e product attribute to be deleted @e2e @attributes: playwright/pages/attributesPage.ts#L93
4) [e2e] › attributes.spec.ts:196:7 › TC: SALEOR_129 Delete a single e2e product attribute to be deleted @e2e @attributes Error: locator.waitFor: Timeout 30000ms exceeded. Call log: - waiting for getByTestId('page-header').getByText('e2e product attribute to be deleted') to be visible at ../pages/attributesPage.ts:93 91 | await console.log(`Navigates to existing attribute page: ${existingAttributeUrl}`); 92 | await this.page.goto(existingAttributeUrl); > 93 | await this.pageHeader.getByText(attributeName).waitFor({ | ^ 94 | state: "visible", 95 | timeout: 30000, 96 | }); at AttributesPage.gotoExistingAttributePage (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/attributesPage.ts:93:52) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:197:5
[e2e] › attributes.spec.ts:196:7 › TC: SALEOR_129 Delete a single e2e content attribute to be deleted @e2e @attributes: playwright/pages/attributesPage.ts#L93
5) [e2e] › attributes.spec.ts:196:7 › TC: SALEOR_129 Delete a single e2e content attribute to be deleted @e2e @attributes Error: locator.waitFor: Timeout 30000ms exceeded. Call log: - waiting for getByTestId('page-header').getByText('e2e content attribute to be deleted') to be visible at ../pages/attributesPage.ts:93 91 | await console.log(`Navigates to existing attribute page: ${existingAttributeUrl}`); 92 | await this.page.goto(existingAttributeUrl); > 93 | await this.pageHeader.getByText(attributeName).waitFor({ | ^ 94 | state: "visible", 95 | timeout: 30000, 96 | }); at AttributesPage.gotoExistingAttributePage (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/attributesPage.ts:93:52) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:197:5
[e2e] › attributes.spec.ts:211:5 › TC: SALEOR_130 Bulk delete attributes @e2e @attributes: playwright/tests/attributes.spec.ts#L1
6) [e2e] › attributes.spec.ts:211:5 › TC: SALEOR_130 Bulk delete attributes @e2e @attributes ───── Test timeout of 35000ms exceeded.
[e2e] › attributes.spec.ts:211:5 › TC: SALEOR_130 Bulk delete attributes @e2e @attributes: playwright/pages/basePage.ts#L240
6) [e2e] › attributes.spec.ts:211:5 › TC: SALEOR_130 Bulk delete attributes @e2e @attributes ───── 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:240 238 | await this.waitForDOMToFullyLoad(); 239 | > 240 | await this.gridCanvas.locator("table tr").first().waitFor({ state: "attached" }); | ^ 241 | 242 | await this.page.waitForSelector("table tr", { state: "attached" }); 243 | at AttributesPage.findRowIndexBasedOnText (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:240:55) at AttributesPage.searchAndFindRowIndexes (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:265:12) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:213:3
[e2e] › categories.spec.ts:33:5 › TC: SALEOR_104 Bulk delete categories @e2e @category: playwright/pages/basePage.ts#L274
7) [e2e] › categories.spec.ts:33:5 › TC: SALEOR_104 Bulk delete categories @e2e @category ──────── Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 2 at ../pages/basePage.ts:274 272 | await this.clickGridCell(0, rowIndex); 273 | } > 274 | await expect(searchText.length).toEqual(rowIndexes.length); | ^ 275 | } 276 | 277 | async clickListRowBasedOnContainingText(searchText: string) { at CategoriesPage.checkListRowsBasedOnContainingText (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:274:37) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/categories.spec.ts:36:3
initialize-cloud
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
create-run-on-testmo
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run-tests (2/2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/upload-artifact@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run-tests (1/2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/upload-artifact@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
tests-complete
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
tests-complete
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests-complete
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests-complete
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports", "html-report--attempt-1". 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/
BASE_URL
https://v320.staging.saleor.cloud/dashboard/
API_URL
https://v320.staging.saleor.cloud/graphql/
POOL_NAME
3.20 Staging
POOL_INSTANCE
https://v320.staging.saleor.cloud/
BACKUP_NAMESPACE
snapshot-automation-tests-3.20
SNAPSHOT
backup_id=a3QvCLnf, version=3.20.33, name=snapshot-automation-tests-3.20
SALEOR_CLOUD_SERVICE
saleor-master-staging
🎭 Playwright Run Summary
10 failed [e2e] › orders.spec.ts:261:5 › TC: SALEOR_191 Refund products from the fully paid order @e2e @Refunds [e2e] › orders.spec.ts:325:7 › TC: SALEOR_193 Update order with non-manual refund in FAILURE status @e2e @Refunds [e2e] › orders.spec.ts:325:7 › TC: SALEOR_193 Update order with non-manual refund in DRAFT status @e2e @Refunds [e2e] › orders.spec.ts:345:5 › TC: SALEOR_215 Inline discount is applied in a draft order @draft @Discounts @e2e [e2e] › orders.spec.ts:450:5 › TC: SALEOR_217 Complete basic order for non existing customer @e2e @order [e2e] › pageTypes.spec.ts:23:5 › TC: SALEOR_188 As an admin user I can update page type@e2e @page-type [e2e] › pageTypes.spec.ts:37:5 › TC: SALEOR_189 As an admin user I can delete page type with assigned content@e2e @page-type [e2e] › pageTypes.spec.ts:52:5 › TC: SALEOR_190 As an admin user I can delete several page types@e2e @page-type [e2e] › permissionGroup.spec.ts:82:5 › TC: SALEOR_134 Should be able to edit existing permission group @permissions @e2e [e2e] › permissionGroup.spec.ts:165:5 › TC: SALEOR_135 Should be able to delete single permission group @permissions @e2e 3 interrupted [e2e] › product.spec.ts:20:5 › TC: SALEOR_3 Create basic product with variants @e2e @Product ─── [e2e] › product.spec.ts:33:5 › TC: SALEOR_5 Create basic - single product type - product without variants @e2e @Product [e2e] › product.spec.ts:46:5 › TC: SALEOR_26 Create basic info variant - via edit variant page @e2e @Product 85 did not run 20 passed (2.1m)
🎭 Playwright Run Summary
10 failed [e2e] › attributes.spec.ts:59: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] › attributes.spec.ts:136:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e product attribute to be updated attribute @e2e @attributes [e2e] › attributes.spec.ts:136:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e content attribute to be updated attribute @e2e @attributes [e2e] › attributes.spec.ts:196:7 › TC: SALEOR_129 Delete a single e2e product attribute to be deleted @e2e @attributes [e2e] › attributes.spec.ts:196:7 › TC: SALEOR_129 Delete a single e2e content attribute to be deleted @e2e @attributes [e2e] › attributes.spec.ts:211:5 › TC: SALEOR_130 Bulk delete attributes @e2e @attributes ────── [e2e] › categories.spec.ts:33:5 › TC: SALEOR_104 Bulk delete categories @e2e @category ───────── [e2e] › channels.spec.ts:57:5 › TC: SALEOR_98 Edit channel - transaction flow, allow unpaid, authorize, prio high stock @e2e @channels [e2e] › collections.spec.ts:30:5 › TC: SALEOR_113 Edit collection: assign product @collections @e2e [e2e] › collections.spec.ts:48:5 › TC: SALEOR_114 Bulk delete collections @collections @e2e ──── 3 interrupted [e2e] › channels.spec.ts:69:5 › TC: SALEOR_99 Delete channel @e2e @channels ──────────────────── [e2e] › customers.spec.ts:31:5 › TC: SALEOR_199 Create customer @e2e @customer ───────────────── [e2e] › customers.spec.ts:59:5 › TC: SALEOR_200 As an admin I should not be able to create customer with duplicated email @e2e @customer 59 did not run 47 passed (3.1m)

Artifacts

Produced during runtime
Name Size
all-blob-reports Expired
78.9 MB
html-report--attempt-1 Expired
86.6 MB