Skip to content

Exclude pothog traffic (#5342) #148

Exclude pothog traffic (#5342)

Exclude pothog traffic (#5342) #148

Re-run triggered January 10, 2025 14:23
Status Failure
Total duration 15m 17s
Artifacts
Prepare release with Changesets
1m 20s
Prepare release with Changesets
run-tests-on-release  /  add-check-and-prepare-instance
3m 46s
run-tests-on-release / add-check-and-prepare-instance
Matrix: run-tests-on-release / run-cy-tests
Matrix: run-tests-on-release / run-pw-tests
run-tests-on-release  /  tests-complete
1m 7s
run-tests-on-release / tests-complete
run-tests-on-release  /  update-check-status-if-previous-job-fails
0s
run-tests-on-release / update-check-status-if-previous-job-fails
Fit to window
Zoom out
Zoom in

Annotations

21 errors, 4 warnings, and 9 notices
run-tests-on-release / run-pw-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 177 × 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-on-release / run-pw-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
run-tests-on-release / tests-complete
Process completed with exit code 1.
build
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/
run-tests-on-release / add-check-and-prepare-instance
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/
run-tests-on-release / add-check-and-prepare-instance
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/
run-tests-on-release / add-check-and-prepare-instance
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: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: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:108:5 › TC: SALEOR_203 Activate a customer @e2e @customer ──────────── [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 ────────── 54 did not run 52 passed (3.2m)