Skip to content

Run test manually

Run test manually #297

Manually triggered January 10, 2025 16:20
Status Failure
Total duration 9m 34s
Artifacts 3

run-test-manual.yml

on: workflow_dispatch
initialize-cloud
2m 34s
initialize-cloud
create-run-on-testmo
18s
create-run-on-testmo
Matrix: run-tests
tests-complete
54s
tests-complete
Fit to window
Zoom out
Zoom in

Annotations

20 errors, 3 warnings, and 9 notices
run-tests (2/2)
Testing stopped early after 10 maximum allowed failures.
[e2e] › orders.spec.ts:267:5 › TC: SALEOR_191 Refund products from the fully paid order @e2e @refunds: playwright/tests/orders.spec.ts#L1
1) [e2e] › orders.spec.ts:267:5 › TC: SALEOR_191 Refund products from the fully paid order @e2e @Refunds Test timeout of 105000ms exceeded.
[e2e] › orders.spec.ts:267:5 › TC: SALEOR_191 Refund products from the fully paid order @e2e @refunds: playwright/pages/refundPage.ts#L56
1) [e2e] › orders.spec.ts:267: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" data-macaw-ui-component="Button" class="_18fs8ps2rc _18fs8ps310 _18fs8ps280 _18fs8ps2ho _18fs8ps10 _18fs8ps1l _18fs8ps1mr _18fs8ps3 _18fs8ps3z0 _18fs8ps1zu _18fs8ps3t0 _18fs8ps3ti _18fs8ps1lu _18fs8ps1m0 _18fs8ps1li _18fs8ps1lo _18fs8ps3kc _18fs8ps3l1 _18fs8ps3ks _18fs8ps3lh _18fs8ps3iu _18fs8ps3c0 _18fs8ps3e6 _18fs8ps3uo _18fs8ps3v1 _18fs8ps3us _18fs8ps3w5 _18fs8ps3w6 _18fs8ps250 _18fs8ps21o _18fs8ps22d _18fs8ps224 _18fs8ps22t _18fs8ps236 _1tm5…>All</button> - attempting click action 2 × waiting for element to be visible, enabled and stable - element is not enabled - retrying click action - waiting 20ms 2 × waiting for element to be visible, enabled and stable - element is not enabled - retrying click action - waiting 100ms 184 × waiting for element to be visible, enabled and stable - element is not enabled - retrying click action - waiting 500ms 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:279:3
[e2e] › orders.spec.ts:331: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:331:7 › TC: SALEOR_193 Update order with non-manual refund in FAILURE status @e2e @Refunds Test timeout of 35000ms exceeded.
[e2e] › orders.spec.ts:331: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:331: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:341:22
[e2e] › orders.spec.ts:331: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:331:7 › TC: SALEOR_193 Update order with non-manual refund in DRAFT status @e2e @Refunds Test timeout of 35000ms exceeded.
[e2e] › orders.spec.ts:331: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:331: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:341:22
[e2e] › orders.spec.ts:352:5 › TC: SALEOR_215 Inline discount is applied in a draft order @draft @discounts @e2e: playwright/tests/orders.spec.ts#L375
4) [e2e] › orders.spec.ts:352: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" 373 | ]); 374 | > 375 | expect(initialTotal).toContain(productAlreadyInBasket.price.toString()); | ^ 376 | 377 | await draftOrdersPage.clickAddProductsButton(); 378 | await draftOrdersPage.addProductsDialog.searchForProductInDialog(discountedProduct.name); at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:375:24
[e2e] › orders.spec.ts:467:5 › TC: SALEOR_217 Complete basic order for non existing customer @e2e @order: playwright/tests/orders.spec.ts#L1
5) [e2e] › orders.spec.ts:467:5 › TC: SALEOR_217 Complete basic order for non existing customer @e2e @order Test timeout of 35000ms exceeded.
[e2e] › orders.spec.ts:467:5 › TC: SALEOR_217 Complete basic order for non existing customer @e2e @order: playwright/pages/pageElements/rightSideDetailsSection.ts#L134
5) [e2e] › orders.spec.ts:467:5 › TC: SALEOR_217 Complete basic order for non existing customer @e2e @order Error: locator.click: Test timeout of 35000ms exceeded. Call log: - waiting for getByTestId('edit-customer') at ../pages/pageElements/rightSideDetailsSection.ts:134 132 | 133 | async clickEditCustomerButton() { > 134 | await this.editCustomerButton.click(); | ^ 135 | } 136 | 137 | async expandShippingZonesSection() { at RightSideDetailsPage.clickEditCustomerButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/pageElements/rightSideDetailsSection.ts:134:35) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:472:41
run-tests (1/2)
Testing stopped early after 10 maximum allowed failures.
[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
1) [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
1) [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:138: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
2) [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
2) [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:138:26
[e2e] › attributes.spec.ts:201:7 › TC: SALEOR_129 Delete a single e2e product attribute to be deleted @e2e @attributes: playwright/pages/attributesPage.ts#L93
3) [e2e] › attributes.spec.ts:201:7 › TC: SALEOR_129 Delete a single e2e product attribute to be deleted @e2e @attributes TimeoutError: 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:202:5
[e2e] › attributes.spec.ts:201:7 › TC: SALEOR_129 Delete a single e2e content attribute to be deleted @e2e @attributes: playwright/pages/attributesPage.ts#L93
4) [e2e] › attributes.spec.ts:201:7 › TC: SALEOR_129 Delete a single e2e content attribute to be deleted @e2e @attributes TimeoutError: 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:202:5
[e2e] › attributes.spec.ts:215:5 › TC: SALEOR_130 Bulk delete attributes @e2e @attributes: playwright/tests/attributes.spec.ts#L1
5) [e2e] › attributes.spec.ts:215:5 › TC: SALEOR_130 Bulk delete attributes @e2e @attributes ───── Test timeout of 35000ms exceeded.
[e2e] › attributes.spec.ts:215:5 › TC: SALEOR_130 Bulk delete attributes @e2e @attributes: playwright/pages/basePage.ts#L246
5) [e2e] › attributes.spec.ts:215: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: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 AttributesPage.findRowIndexBasedOnText (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:246:55) at AttributesPage.searchAndFindRowIndexes (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:271:12) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:217:3
[e2e] › categories.spec.ts:33:5 › TC: SALEOR_104 Bulk delete categories @e2e @category: playwright/pages/basePage.ts#L280
6) [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:280 278 | await this.clickGridCell(0, rowIndex); 279 | } > 280 | await expect(searchText.length).toEqual(rowIndexes.length); | ^ 281 | } 282 | 283 | async clickListRowBasedOnContainingText(searchText: string) { at CategoriesPage.checkListRowsBasedOnContainingText (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:280:37) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/categories.spec.ts:36:3
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/
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=cznA9ju0, version=3.20.65, name=snapshot-automation-tests-3.20
SALEOR_CLOUD_SERVICE
saleor-master-staging
🎭 Playwright Run Summary
10 failed [e2e] › orders.spec.ts:267:5 › TC: SALEOR_191 Refund products from the fully paid order @e2e @Refunds [e2e] › orders.spec.ts:331:7 › TC: SALEOR_193 Update order with non-manual refund in FAILURE status @e2e @Refunds [e2e] › orders.spec.ts:331:7 › TC: SALEOR_193 Update order with non-manual refund in DRAFT status @e2e @Refunds [e2e] › orders.spec.ts:352:5 › TC: SALEOR_215 Inline discount is applied in a draft order @draft @Discounts @e2e [e2e] › orders.spec.ts:467: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: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 [e2e] › product.spec.ts:68:5 › TC: SALEOR_27 Create full info variant - via edit variant page @e2e @Product 84 did not run 21 passed (2.0m)
🎭 Playwright Run Summary
10 failed [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:201:7 › TC: SALEOR_129 Delete a single e2e product attribute to be deleted @e2e @attributes [e2e] › attributes.spec.ts:201:7 › TC: SALEOR_129 Delete a single e2e content attribute to be deleted @e2e @attributes [e2e] › attributes.spec.ts:215: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] › channels.spec.ts:69:5 › TC: SALEOR_99 Delete channel @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] › customers.spec.ts:116:5 › TC: SALEOR_204 Delete customer from the details page @e2e @customer [e2e] › customers.spec.ts:126:5 › TC: SALEOR_205 Bulk delete customers @e2e @customer ────────── [e2e] › customers.spec.ts:142:5 › TC: SALEOR_206 As an admin I want to add address to the customer and set it as default shipping @e2e @customer 53 did not run 53 passed (3.0m)

Artifacts

Produced during runtime
Name Size Digest
all-blob-reports-1 Expired
28.5 MB
sha256:87137992633a11ccfc1570f71f8143616901103b6bd39aad5189f66e9534d79d
all-blob-reports-2 Expired
29.5 MB
sha256:b261e29d4cacc74446a1605f59d1a2621ad3cd06f5615f10ea7c8e6b48cce531
html-report--attempt-1 Expired
58.4 MB
sha256:9269ee43abd9be83d55e09dc887a14ea1b89344a7592162bec4b334e57d2b85a