Skip to content

Run test manually

Run test manually #166

Status Failure
Total duration 4m 17s
Artifacts 2

run-test-manual.yml

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

Annotations

8 errors, 8 warnings, and 2 notices
[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#L1
1) [chromium] › apps.spec.ts:52:5 › TC: SALEOR_120 User should be able to delete thirdparty app @e2e Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
[chromium] › attributes.spec.ts:24:9 › TC: SALEOR_124 User should be able to create PRODUCT_TYPE MULTISELECT attribute with ability to add values: playwright/tests/attributes.spec.ts#L35
2) [chromium] › attributes.spec.ts:24:9 › TC: SALEOR_124 User should be able to create PRODUCT_TYPE MULTISELECT attribute with ability to add values, required, public @e2e @attributes Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('attribute-values-section') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByTestId('attribute-values-section') 33 | await attributesPage.fillAttributeSlug(uniqueSlug); 34 | await attributesPage.selectAttributeInputType(type); > 35 | await expect(attributesPage.attrValuesSection).toBeVisible(); | ^ 36 | await attributesPage.clickAssignAttributeValueButton(); 37 | await attributesPage.addValueDialog.typeAndSaveAttributeValue(); 38 | await attributesPage.waitForNetworkIdleAfterAction(() => attributesPage.clickSaveButton()); at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:35:54
run-tests (1/2)
Process completed with exit code 1.
[chromium] › orders.spec.ts:173:5 › TC: SALEOR_81 Change billing address in fulfilled order @e2e @order: playwright/pages/addressesListPage.ts#L69
1) [chromium] › orders.spec.ts:173:5 › TC: SALEOR_81 Change billing address in fulfilled order @e2e @order Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: getByTestId('address').filter({ hasText: 'Ashleigh' }).locator(getByTestId('name')) Expected string: "Ashleigh Carroll" Received string: "" Call log: - expect.toContainText with timeout 5000ms - waiting for getByTestId('address').filter({ hasText: 'Ashleigh' }).locator(getByTestId('name')) at ../pages/addressesListPage.ts:69 67 | const city = address.city.toUpperCase(); 68 | > 69 | await expect(addressToVerify.locator(this.name)).toContainText( | ^ 70 | `${address.firstName} ${address.lastName}`, 71 | ); 72 | await expect(addressToVerify.locator(this.addressLines)).toContainText(address.addressLine1); at AddressesListPage.verifyRequiredAddressFields (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/addressesListPage.ts:69:54) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:188:3
[chromium] › orders.spec.ts:173:5 › TC: SALEOR_81 Change billing address in fulfilled order @e2e @order: playwright/tests/orders.spec.ts#L1
1) [chromium] › orders.spec.ts:173:5 › TC: SALEOR_81 Change billing address in fulfilled order @e2e @order Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
[chromium] › orders.spec.ts:200:5 › TC: SALEOR_82 Change shipping address in not fulfilled order @e2e @order: playwright/pages/addressesListPage.ts#L69
2) [chromium] › orders.spec.ts:200:5 › TC: SALEOR_82 Change shipping address in not fulfilled order @e2e @order Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: getByTestId('address').filter({ hasText: 'Blair' }).locator(getByTestId('name')) Expected string: "Blair Wiza" Received string: "" Call log: - expect.toContainText with timeout 5000ms - waiting for getByTestId('address').filter({ hasText: 'Blair' }).locator(getByTestId('name')) at ../pages/addressesListPage.ts:69 67 | const city = address.city.toUpperCase(); 68 | > 69 | await expect(addressToVerify.locator(this.name)).toContainText( | ^ 70 | `${address.firstName} ${address.lastName}`, 71 | ); 72 | await expect(addressToVerify.locator(this.addressLines)).toContainText(address.addressLine1); at AddressesListPage.verifyRequiredAddressFields (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/addressesListPage.ts:69:54) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:213:3
run-tests (2/2)
Process completed with exit code 1.
create-run-on-testmo
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run-tests (1/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/upload-artifact@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run-tests (2/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/upload-artifact@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
tests-complete
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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-2". 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/
🎭 Playwright Run Summary
2 failed [chromium] › apps.spec.ts:52:5 › TC: SALEOR_120 User should be able to delete thirdparty app @e2e [chromium] › attributes.spec.ts:24:9 › TC: SALEOR_124 User should be able to create PRODUCT_TYPE MULTISELECT attribute with ability to add values, required, public @e2e @attributes 2 interrupted [chromium] › attributes.spec.ts:24:9 › TC: SALEOR_124 User should be able to create PRODUCT_TYPE DROPDOWN attribute with ability to add values, required, public @e2e @attributes [chromium] › attributes.spec.ts:24:9 › TC: SALEOR_124 User should be able to create PRODUCT_TYPE SWATCH attribute with ability to add values, required, public @e2e @attributes 1 skipped 95 did not run 15 passed (28.4s)
🎭 Playwright Run Summary
2 failed [chromium] › orders.spec.ts:173:5 › TC: SALEOR_81 Change billing address in fulfilled order @e2e @order [chromium] › orders.spec.ts:200:5 › TC: SALEOR_82 Change shipping address in not fulfilled order @e2e @order 2 interrupted [chromium] › orders.spec.ts:222:5 › TC: SALEOR_83 Draft orders bulk delete @e2e @draft ───────── [chromium] › orders.spec.ts:235:5 › TC: SALEOR_84 Create draft order @e2e @draft ─────────────── 94 did not run 17 passed (33.7s)

Artifacts

Produced during runtime
Name Size
all-blob-reports Expired
3.32 MB
html-report--attempt-2 Expired
4.97 MB