Migrate ActionDialog, migrate some Dialog to DashboardModal #2712
pr-automation.yml
on: pull_request
Annotations
6 errors, 5 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.
|
deploy-dashboard
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3, bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3, actions/cache@v3, aws-actions/configure-aws-credentials@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. 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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
merge-reports
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/
|
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://pr-5044.dashboard.saleor.rocks
|
API_URL
https://pr-5044.staging.saleor.cloud/graphql/
|
POOL_NAME
pr-5044
|
POOL_INSTANCE
https://pr-5044.staging.saleor.cloud
|
BACKUP_NAMESPACE
snapshot-automation-tests
|
SNAPSHOT
backup_id=1zNOKh6V, version=3.21.0, name=snapshot-automation-tests
|
SALEOR_CLOUD_SERVICE
saleor-master-staging
|
🎭 Playwright Run Summary
1 skipped
116 passed (4.8m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e
115 passed (6.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
19.5 MB |
|
html-report--attempt-1
Expired
|
21.4 MB |
|