Run test manually #222
run-test-manual.yml
on: workflow_dispatch
Annotations
6 errors, 8 warnings, and 9 notices
[chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e:
playwright/pages/pageElements/rightSideDetailsSection.ts#L75
1) [chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('channel-section').getByText('Channel-PLN')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByTestId('channel-section').getByText('Channel-PLN')
at ../pages/pageElements/rightSideDetailsSection.ts:75
73 | async expectOptionsSelected(section: Locator, names: string[]) {
74 | for (const name of names) {
> 75 | await expect(section.getByText(name)).toBeVisible({ timeout: 30000 });
| ^
76 | }
77 | }
78 |
at RightSideDetailsPage.expectOptionsSelected (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/pageElements/rightSideDetailsSection.ts:75:45)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/shippingMethods.spec.ts:149:3
|
[chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e:
playwright/tests/shippingMethods.spec.ts#L1
1) [chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e:
playwright/pages/pageElements/rightSideDetailsSection.ts#L91
1) [chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByTestId('select-option').filter({ hasText: 'Americas' }).first()
at ../pages/pageElements/rightSideDetailsSection.ts:91
89 | await this.selectWarehouseShippingMethodButton.fill(warehouse);
90 |
> 91 | await this.selectOption.filter({ hasText: warehouse }).first().click();
| ^
92 | }
93 | this.clickWarehouseSelectShippingPage();
94 | }
at RightSideDetailsPage.typeAndSelectMultipleWarehousesShippingPage (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/pageElements/rightSideDetailsSection.ts:91:70)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/shippingMethods.spec.ts:141:3
|
[chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e:
playwright/tests/shippingMethods.spec.ts#L1
1) [chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e:
playwright/pages/pageElements/rightSideDetailsSection.ts#L91
1) [chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByTestId('select-option').filter({ hasText: 'Americas' }).first()
at ../pages/pageElements/rightSideDetailsSection.ts:91
89 | await this.selectWarehouseShippingMethodButton.fill(warehouse);
90 |
> 91 | await this.selectOption.filter({ hasText: warehouse }).first().click();
| ^
92 | }
93 | this.clickWarehouseSelectShippingPage();
94 | }
at RightSideDetailsPage.typeAndSelectMultipleWarehousesShippingPage (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/pageElements/rightSideDetailsSection.ts:91:70)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/shippingMethods.spec.ts:141:3
|
run-tests (2/2)
Process completed with exit code 1.
|
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 (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/
|
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/
|
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=wUWYNJ6J, version=3.20.0a0, name=snapshot-automation-tests-3.20
|
SALEOR_CLOUD_SERVICE
saleor-master-staging
|
🎭 Playwright Run Summary
1 skipped
116 passed (5.4m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e
115 passed (6.2m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
all-blob-reports
Expired
|
19.7 MB |
|
|
html-report--attempt-1
Expired
|
21.5 MB |
|