Run tests on 3.19.84-2a216a9 CORE #300
Triggered via repository dispatch
October 23, 2024 14:22
saleor-deployments[bot]
automation-tests-event
e269b46
Status
Failure
Total duration
17m 22s
Artifacts
2
automation-tests-on-repository-dispatch.yml
on: repository_dispatch
get-environment-variables
9s
run-tests-on-release
/
add-check-and-prepare-instance
2m 41s
Matrix: run-tests-on-release / run-cy-tests
Matrix: run-tests-on-release / run-pw-tests
run-tests-on-release
/
update-check-status-if-previous-job-fails
0s
add-comment-to-release-pr
4s
Annotations
6 errors, 17 warnings, and 9 notices
[chromium] › customers.spec.ts:169:5 › TC: SALEOR_209 As an admin I want to update customer's address and set it as default billing @e2e @customer:
playwright/pages/addressesListPage.ts#L69
1) [chromium] › customers.spec.ts:169:5 › TC: SALEOR_209 As an admin I want to update customer's address and set it as default billing @e2e @customer
Error: expect.toContainText: Error: strict mode violation: getByTestId('address').filter({ hasText: 'Tre' }).locator(getByTestId('name')) resolved to 2 elements:
1) <p data-test-id="name" class="MuiTypography-root Mu…>Tre Fritsch</p> aka getByText('Tre Fritsch')
2) <p data-test-id="name" class="MuiTypography-root Mu…>Mckayla VonRueden</p> aka getByText('Mckayla VonRueden')
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByTestId('address').filter({ hasText: 'Tre' }).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/customers.spec.ts:184:3
|
[chromium] › customers.spec.ts:169:5 › TC: SALEOR_209 As an admin I want to update customer's address and set it as default billing @e2e @customer:
playwright/tests/customers.spec.ts#L1
1) [chromium] › customers.spec.ts:169:5 › TC: SALEOR_209 As an admin I want to update customer's address and set it as default billing @e2e @customer
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › customers.spec.ts:169:5 › TC: SALEOR_209 As an admin I want to update customer's address and set it as default billing @e2e @customer:
playwright/pages/addressesListPage.ts#L35
1) [chromium] › customers.spec.ts:169:5 › TC: SALEOR_209 As an admin I want to update customer's address and set it as default billing @e2e @customer
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('address-card').filter({ hasText: 'to-be-edited' }).locator(getByTestId('show-more-button'))
at ../pages/addressesListPage.ts:35
33 | .filter({ hasText: addressPart })
34 | .locator(this.showMoreMenuButton)
> 35 | .click();
| ^
36 | }
37 |
38 | async clickManageAddresses() {
at AddressesListPage.clickShowMoreMenu (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/addressesListPage.ts:35:8)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/customers.spec.ts:172:27
|
[chromium] › customers.spec.ts:169:5 › TC: SALEOR_209 As an admin I want to update customer's address and set it as default billing @e2e @customer:
playwright/tests/customers.spec.ts#L1
1) [chromium] › customers.spec.ts:169:5 › TC: SALEOR_209 As an admin I want to update customer's address and set it as default billing @e2e @customer
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › customers.spec.ts:169:5 › TC: SALEOR_209 As an admin I want to update customer's address and set it as default billing @e2e @customer:
playwright/pages/addressesListPage.ts#L35
1) [chromium] › customers.spec.ts:169:5 › TC: SALEOR_209 As an admin I want to update customer's address and set it as default billing @e2e @customer
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('address-card').filter({ hasText: 'to-be-edited' }).locator(getByTestId('show-more-button'))
at ../pages/addressesListPage.ts:35
33 | .filter({ hasText: addressPart })
34 | .locator(this.showMoreMenuButton)
> 35 | .click();
| ^
36 | }
37 |
38 | async clickManageAddresses() {
at AddressesListPage.clickShowMoreMenu (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/addressesListPage.ts:35:8)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/customers.spec.ts:172:27
|
run-tests-on-release / run-pw-tests (1/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 (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) 'E2E_ENCODE_PASS', '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) 'E2E_ENCODE_PASS', '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)
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) 'E2E_ENCODE_PASS', '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) 'E2E_ENCODE_PASS', '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] › customers.spec.ts:169:5 › TC: SALEOR_209 As an admin I want to update customer's address and set it as default billing @e2e @customer
1 skipped
113 passed (5.6m)
|
🎭 Playwright Run Summary
1 skipped
113 passed (4.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
4.79 MB |
|
html-report--attempt-1
Expired
|
6.16 MB |
|