Skip to content

Run tests on 3.19.83-7c4d28e CORE #296

Run tests on 3.19.83-7c4d28e CORE

Run tests on 3.19.83-7c4d28e CORE #296

Triggered via repository dispatch October 14, 2024 14:44
@saleor-deploymentssaleor-deployments[bot]
automation-tests-event 72ed9d5
Status Failure
Total duration 18m 31s
Artifacts 2
get-environment-variables
8s
get-environment-variables
run-tests-on-release  /  add-check-and-prepare-instance
3m 1s
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 19s
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
add-comment-to-release-pr
2s
add-comment-to-release-pr
Fit to window
Zoom out
Zoom in

Annotations

6 errors, 17 warnings, and 9 notices
[chromium] › shippingMethods.spec.ts:131:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e: playwright/pages/pageElements/rightSideDetailsSection.ts#L100
1) [chromium] › shippingMethods.spec.ts:131: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:100 98 | async expectOptionsSelected(section: Locator, names: string[]) { 99 | for (const name of names) { > 100 | await expect(section.getByText(name)).toBeVisible({ timeout: 30000 }); | ^ 101 | } 102 | } 103 | async typeAndSelectSingleWarehouseShippingPage(warehouse = "Europe") { at RightSideDetailsPage.expectOptionsSelected (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/pageElements/rightSideDetailsSection.ts:100:45) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/shippingMethods.spec.ts:159:3
[chromium] › shippingMethods.spec.ts:131:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e: playwright/tests/shippingMethods.spec.ts#L1
1) [chromium] › shippingMethods.spec.ts:131:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded.
[chromium] › shippingMethods.spec.ts:131:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e: playwright/pages/pageElements/rightSideDetailsSection.ts#L114
1) [chromium] › shippingMethods.spec.ts:131: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:114 112 | await this.selectWarehouseShippingMethodButton.fill(warehouse); 113 | > 114 | await this.selectOption.filter({ hasText: warehouse }).first().click(); | ^ 115 | } 116 | this.clickWarehouseSelectShippingPage(); 117 | } at RightSideDetailsPage.typeAndSelectMultipleWarehousesShippingPage (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/pageElements/rightSideDetailsSection.ts:114:70) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/shippingMethods.spec.ts:151:3
[chromium] › shippingMethods.spec.ts:131:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e: playwright/tests/shippingMethods.spec.ts#L1
1) [chromium] › shippingMethods.spec.ts:131:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded.
[chromium] › shippingMethods.spec.ts:131:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e: playwright/pages/pageElements/rightSideDetailsSection.ts#L114
1) [chromium] › shippingMethods.spec.ts:131: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:114 112 | await this.selectWarehouseShippingMethodButton.fill(warehouse); 113 | > 114 | await this.selectOption.filter({ hasText: warehouse }).first().click(); | ^ 115 | } 116 | this.clickWarehouseSelectShippingPage(); 117 | } at RightSideDetailsPage.typeAndSelectMultipleWarehousesShippingPage (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/pageElements/rightSideDetailsSection.ts:114:70) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/shippingMethods.spec.ts:151:3
run-tests-on-release / run-pw-tests (2/2)
Process completed with exit code 1.
get-environment-variables
The following actions use a deprecated Node.js version 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/
get-environment-variables
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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@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-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/
run-tests-on-release / run-pw-tests (2/2)
The following actions use a deprecated Node.js version 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-on-release / run-pw-tests (2/2)
Unexpected input(s) 'ACCOUNTS', 'PROJECT', valid inputs are ['BASE_URL', 'API_URL', 'E2E_USER_NAME', 'E2E_USER_PASSWORD', 'E2E_PERMISSIONS_USERS_PASSWORD', 'SHARD', 'MAILPITURL', 'URL_TO_RUN', 'PW_WORKERS', 'PW_RETRIES']
run-tests-on-release / run-pw-tests (2/2)
Unexpected input(s) 'ACCOUNTS', 'PROJECT', valid inputs are ['BASE_URL', 'API_URL', 'E2E_USER_NAME', 'E2E_USER_PASSWORD', 'E2E_PERMISSIONS_USERS_PASSWORD', 'SHARD', 'MAILPITURL', 'URL_TO_RUN', 'PW_WORKERS', 'PW_RETRIES']
run-tests-on-release / run-pw-tests (1/2)
The following actions use a deprecated Node.js version 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-on-release / run-pw-tests (1/2)
Unexpected input(s) 'ACCOUNTS', 'PROJECT', valid inputs are ['BASE_URL', 'API_URL', 'E2E_USER_NAME', 'E2E_USER_PASSWORD', 'E2E_PERMISSIONS_USERS_PASSWORD', 'SHARD', 'MAILPITURL', 'URL_TO_RUN', 'PW_WORKERS', 'PW_RETRIES']
run-tests-on-release / run-pw-tests (1/2)
Unexpected input(s) 'ACCOUNTS', 'PROJECT', valid inputs are ['BASE_URL', 'API_URL', 'E2E_USER_NAME', 'E2E_USER_PASSWORD', 'E2E_PERMISSIONS_USERS_PASSWORD', 'SHARD', 'MAILPITURL', 'URL_TO_RUN', 'PW_WORKERS', 'PW_RETRIES']
run-tests-on-release / tests-complete
The following actions use a deprecated Node.js version 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/
run-tests-on-release / 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/
run-tests-on-release / 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/
run-tests-on-release / 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://v319.staging.saleor.cloud/dashboard/
API_URL
https://v319.staging.saleor.cloud/graphql/
POOL_NAME
3.19 Staging
POOL_INSTANCE
https://v319.staging.saleor.cloud/
BACKUP_NAMESPACE
snapshot-automation-tests-3.19
SNAPSHOT
backup_id=YU3RcacN, version=3.19.74, name=snapshot-automation-tests-3.19
SALEOR_CLOUD_SERVICE
saleor-master-staging
🎭 Playwright Run Summary
1 failed [chromium] › shippingMethods.spec.ts:131:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e 1 skipped 112 passed (6.3m)
🎭 Playwright Run Summary
1 skipped 114 passed (5.4m)

Artifacts

Produced during runtime
Name Size
all-blob-reports Expired
18.2 MB
html-report--attempt-1
20.2 MB