Skip to content

Run test manually

Run test manually #185

Manually triggered July 11, 2024 13:21
Status Failure
Total duration 9m 4s
Artifacts 2

run-test-manual.yml

on: workflow_dispatch
initialize-cloud
28s
initialize-cloud
create-run-on-testmo
2m 23s
create-run-on-testmo
Matrix: run-tests
tests-complete
56s
tests-complete
Fit to window
Zoom out
Zoom in

Annotations

21 errors, 8 warnings, and 9 notices
initialize-cloud
Process completed with exit code 1.
[chromium] › orders.spec.ts:163:5 › TC: SALEOR_80 Add tracking to order @e2e @order: playwright/tests/orders.spec.ts#L1
1) [chromium] › orders.spec.ts:163:5 › TC: SALEOR_80 Add tracking to order @e2e @order ─────────── Test timeout of 30000ms exceeded.
[chromium] › orders.spec.ts:163:5 › TC: SALEOR_80 Add tracking to order @e2e @order: playwright/pages/ordersPage.ts#L79
1) [chromium] › orders.spec.ts:163:5 › TC: SALEOR_80 Add tracking to order @e2e @order ─────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByTestId('add-tracking-button') at ../pages/ordersPage.ts:79 77 | 78 | async clickAddTrackingButton() { > 79 | await this.addTrackingButton.click(); | ^ 80 | } 81 | 82 | async clickManualTransactionButton() { at OrdersPage.clickAddTrackingButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/ordersPage.ts:79:34) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:167:20
[chromium] › orders.spec.ts:163:5 › TC: SALEOR_80 Add tracking to order @e2e @order: playwright/tests/orders.spec.ts#L1
1) [chromium] › orders.spec.ts:163:5 › TC: SALEOR_80 Add tracking to order @e2e @order ─────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › orders.spec.ts:163:5 › TC: SALEOR_80 Add tracking to order @e2e @order: playwright/pages/ordersPage.ts#L79
1) [chromium] › orders.spec.ts:163:5 › TC: SALEOR_80 Add tracking to order @e2e @order ─────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByTestId('add-tracking-button') at ../pages/ordersPage.ts:79 77 | 78 | async clickAddTrackingButton() { > 79 | await this.addTrackingButton.click(); | ^ 80 | } 81 | 82 | async clickManualTransactionButton() { at OrdersPage.clickAddTrackingButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/ordersPage.ts:79:34) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:167:20
[chromium] › orders.spec.ts:163:5 › TC: SALEOR_80 Add tracking to order @e2e @order: playwright/tests/orders.spec.ts#L1
1) [chromium] › orders.spec.ts:163:5 › TC: SALEOR_80 Add tracking to order @e2e @order ─────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
[chromium] › orders.spec.ts:222:5 › TC: SALEOR_83 Draft orders bulk delete @e2e @draft: playwright/pages/basePage.ts#L276
2) [chromium] › orders.spec.ts:222:5 › TC: SALEOR_83 Draft orders bulk delete @e2e @draft ──────── Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 2 at ../pages/basePage.ts:276 274 | } 275 | // make sure all searched texts were found and checked > 276 | await expect(searchText.length).toEqual(rowIndexes.length); | ^ 277 | } 278 | 279 | async clickListRowBasedOnContainingText(searchText: string) { at DraftOrdersPage.checkListRowsBasedOnContainingText (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:276:37) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:224:3
[chromium] › orders.spec.ts:222:5 › TC: SALEOR_83 Draft orders bulk delete @e2e @draft: playwright/pages/basePage.ts#L276
2) [chromium] › orders.spec.ts:222:5 › TC: SALEOR_83 Draft orders bulk delete @e2e @draft ──────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 2 at ../pages/basePage.ts:276 274 | } 275 | // make sure all searched texts were found and checked > 276 | await expect(searchText.length).toEqual(rowIndexes.length); | ^ 277 | } 278 | 279 | async clickListRowBasedOnContainingText(searchText: string) { at DraftOrdersPage.checkListRowsBasedOnContainingText (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:276:37) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:224:3
[chromium] › orders.spec.ts:222:5 › TC: SALEOR_83 Draft orders bulk delete @e2e @draft: playwright/pages/basePage.ts#L276
2) [chromium] › orders.spec.ts:222:5 › TC: SALEOR_83 Draft orders bulk delete @e2e @draft ──────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 2 at ../pages/basePage.ts:276 274 | } 275 | // make sure all searched texts were found and checked > 276 | await expect(searchText.length).toEqual(rowIndexes.length); | ^ 277 | } 278 | 279 | async clickListRowBasedOnContainingText(searchText: string) { at DraftOrdersPage.checkListRowsBasedOnContainingText (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:276:37) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:224:3
[chromium] › orders.spec.ts:259:5 › TC: SALEOR_191 Refund products from the fully paid order @e2e @refunds: playwright/tests/orders.spec.ts#L1
3) [chromium] › orders.spec.ts:259:5 › TC: SALEOR_191 Refund products from the fully paid order @e2e @Refunds Test timeout of 30000ms exceeded.
[chromium] › orders.spec.ts:259:5 › TC: SALEOR_191 Refund products from the fully paid order @e2e @refunds: playwright/pages/ordersPage.ts#L120
3) [chromium] › orders.spec.ts:259:5 › TC: SALEOR_191 Refund products from the fully paid order @e2e @Refunds Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByTestId('add-new-refund-button') at ../pages/ordersPage.ts:120 118 | 119 | async clickAddRefundButton() { > 120 | await this.addRefundButton.click(); | ^ 121 | await this.orderRefundModal.waitFor({ state: "visible" }); 122 | } 123 | at OrdersPage.clickAddRefundButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/ordersPage.ts:120:32) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:263:20
[chromium] › apps.spec.ts:52:5 › TC: SALEOR_120 User should be able to delete thirdparty app @e2e: playwright/tests/apps.spec.ts#L56
1) [chromium] › apps.spec.ts:52:5 › TC: SALEOR_120 User should be able to delete thirdparty app @e2e Error: locator.waitFor: Timeout 10000ms exceeded. Call log: - waiting for getByTestId('page-header') to be visible 54 | appPage.goToExistingAppPage(APPS.appToBeDeleted.id), 55 | ); > 56 | await appPage.pageHeader.waitFor({ state: "visible", timeout: 10000 }); | ^ 57 | await expect(appPage.pageHeader).toContainText("Saleor QA App"); 58 | await appPage.deleteButton.click(); 59 | await appPage.deleteAppDialog.clickDeleteButton(); at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/apps.spec.ts:56:28
[chromium] › apps.spec.ts:52:5 › TC: SALEOR_120 User should be able to delete thirdparty app @e2e: playwright/tests/apps.spec.ts#L56
1) [chromium] › apps.spec.ts:52:5 › TC: SALEOR_120 User should be able to delete thirdparty app @e2e Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Timeout 10000ms exceeded. Call log: - waiting for getByTestId('page-header') to be visible 54 | appPage.goToExistingAppPage(APPS.appToBeDeleted.id), 55 | ); > 56 | await appPage.pageHeader.waitFor({ state: "visible", timeout: 10000 }); | ^ 57 | await expect(appPage.pageHeader).toContainText("Saleor QA App"); 58 | await appPage.deleteButton.click(); 59 | await appPage.deleteAppDialog.clickDeleteButton(); at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/apps.spec.ts:56:28
[chromium] › apps.spec.ts:52:5 › TC: SALEOR_120 User should be able to delete thirdparty app @e2e: playwright/tests/apps.spec.ts#L56
1) [chromium] › apps.spec.ts:52:5 › TC: SALEOR_120 User should be able to delete thirdparty app @e2e Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Timeout 10000ms exceeded. Call log: - waiting for getByTestId('page-header') to be visible 54 | appPage.goToExistingAppPage(APPS.appToBeDeleted.id), 55 | ); > 56 | await appPage.pageHeader.waitFor({ state: "visible", timeout: 10000 }); | ^ 57 | await expect(appPage.pageHeader).toContainText("Saleor QA App"); 58 | await appPage.deleteButton.click(); 59 | await appPage.deleteAppDialog.clickDeleteButton(); at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/apps.spec.ts:56:28
[chromium] › attributes.spec.ts:135: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) [chromium] › attributes.spec.ts:135: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 30000ms exceeded.
[chromium] › attributes.spec.ts:135: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#L135
2) [chromium] › attributes.spec.ts:135: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 30000ms 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:135 133 | .filter({ hasText: attrName }) 134 | .locator(this.deleteAttributeValueButton) > 135 | .click(); | ^ 136 | } 137 | 138 | async clickOnExistingAttrValue(attrName: string) { at AttributesPage.clickDeleteAttrValueButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/attributesPage.ts:135:8) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:139:26
[chromium] › attributes.spec.ts:135: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) [chromium] › attributes.spec.ts:135:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e product attribute to be updated attribute @e2e @attributes Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › attributes.spec.ts:135: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#L135
2) [chromium] › attributes.spec.ts:135:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e product attribute to be updated attribute @e2e @attributes Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms 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:135 133 | .filter({ hasText: attrName }) 134 | .locator(this.deleteAttributeValueButton) > 135 | .click(); | ^ 136 | } 137 | 138 | async clickOnExistingAttrValue(attrName: string) { at AttributesPage.clickDeleteAttrValueButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/attributesPage.ts:135:8) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:139:26
[chromium] › attributes.spec.ts:135: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) [chromium] › attributes.spec.ts:135:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e product attribute to be updated attribute @e2e @attributes Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
[chromium] › attributes.spec.ts:135: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) [chromium] › attributes.spec.ts:135: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 30000ms exceeded.
[chromium] › attributes.spec.ts:135: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#L135
3) [chromium] › attributes.spec.ts:135: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 30000ms 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:135 133 | .filter({ hasText: attrName }) 134 | .locator(this.deleteAttributeValueButton) > 135 | .click(); | ^ 136 | } 137 | 138 | async clickOnExistingAttrValue(attrName: string) { at AttributesPage.clickDeleteAttrValueButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/attributesPage.ts:135:8) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:139:26
create-run-on-testmo
The following actions uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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=null, version=null, name=null
SALEOR_CLOUD_SERVICE
saleor-master-staging
🎭 Playwright Run Summary
5 failed [chromium] › orders.spec.ts:163:5 › TC: SALEOR_80 Add tracking to order @e2e @order ──────────── [chromium] › orders.spec.ts:222:5 › TC: SALEOR_83 Draft orders bulk delete @e2e @draft ───────── [chromium] › orders.spec.ts:259:5 › TC: SALEOR_191 Refund products from the fully paid order @e2e @Refunds [chromium] › orders.spec.ts:292:5 › TC: SALEOR_192 Should create a manual refund with a custom amount @e2e @Refunds [chromium] › pageTypes.spec.ts:22:5 › TC: SALEOR_188 As an admin user I can update page type@e2e @page-type 91 did not run 19 passed (1.7m)
🎭 Playwright Run Summary
5 failed [chromium] › apps.spec.ts:52:5 › TC: SALEOR_120 User should be able to delete thirdparty app @e2e [chromium] › attributes.spec.ts:135:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e product attribute to be updated attribute @e2e @attributes [chromium] › attributes.spec.ts:135:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e content attribute to be updated attribute @e2e @attributes [chromium] › attributes.spec.ts:164:7 › TC: SALEOR_128 User should be able to edit existing e2e product attribute to be updated 1 attribute @e2e @attributes [chromium] › attributes.spec.ts:164:7 › TC: SALEOR_128 User should be able to edit existing e2e content attribute to be updated 2 attribute @e2e @attributes 1 skipped 69 did not run 41 passed (2.9m)

Artifacts

Produced during runtime
Name Size
all-blob-reports Expired
29.8 MB
html-report--attempt-1 Expired
32.3 MB