Run tests on 3.20.49-16ebafc CORE #320
Triggered via repository dispatch
November 14, 2024 10:26
saleor-deployments[bot]
automation-tests-event
d6aa7fa
Status
Failure
Total duration
13m 20s
Artifacts
2
automation-tests-on-repository-dispatch.yml
on: repository_dispatch
get-environment-variables
6s
run-tests-on-release
/
add-check-and-prepare-instance
2m 42s
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
12 errors, 13 warnings, and 9 notices
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with discount permissions should have readonly access to Apps @e2e @apps:
playwright/tests/singlePermissions/readonlyAppAccess.spec.ts#L37
1) [e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with discount permissions should have readonly access to Apps @e2e @apps
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('apps-upcoming')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('apps-upcoming')
35 |
36 | for (const appList of appLists) {
> 37 | await expect(appList).toBeVisible();
| ^
38 | }
39 |
40 | await appsPage.installedAppRow.first().click();
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/singlePermissions/readonlyAppAccess.spec.ts:37:29
|
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with order permissions should have readonly access to Apps @e2e @apps:
playwright/tests/singlePermissions/readonlyAppAccess.spec.ts#L37
2) [e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with order permissions should have readonly access to Apps @e2e @apps
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('apps-upcoming')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('apps-upcoming')
35 |
36 | for (const appList of appLists) {
> 37 | await expect(appList).toBeVisible();
| ^
38 | }
39 |
40 | await appsPage.installedAppRow.first().click();
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/singlePermissions/readonlyAppAccess.spec.ts:37:29
|
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with channel permissions should have readonly access to Apps @e2e @apps:
playwright/tests/singlePermissions/readonlyAppAccess.spec.ts#L37
3) [e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with channel permissions should have readonly access to Apps @e2e @apps
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('apps-upcoming')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('apps-upcoming')
35 |
36 | for (const appList of appLists) {
> 37 | await expect(appList).toBeVisible();
| ^
38 | }
39 |
40 | await appsPage.installedAppRow.first().click();
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/singlePermissions/readonlyAppAccess.spec.ts:37:29
|
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with customer permissions should have readonly access to Apps @e2e @apps:
playwright/tests/singlePermissions/readonlyAppAccess.spec.ts#L37
4) [e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with customer permissions should have readonly access to Apps @e2e @apps
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('apps-upcoming')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('apps-upcoming')
35 |
36 | for (const appList of appLists) {
> 37 | await expect(appList).toBeVisible();
| ^
38 | }
39 |
40 | await appsPage.installedAppRow.first().click();
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/singlePermissions/readonlyAppAccess.spec.ts:37:29
|
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with giftCard permissions should have readonly access to Apps @e2e @apps:
playwright/tests/singlePermissions/readonlyAppAccess.spec.ts#L37
5) [e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with giftCard permissions should have readonly access to Apps @e2e @apps
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('apps-upcoming')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('apps-upcoming')
35 |
36 | for (const appList of appLists) {
> 37 | await expect(appList).toBeVisible();
| ^
38 | }
39 |
40 | await appsPage.installedAppRow.first().click();
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/singlePermissions/readonlyAppAccess.spec.ts:37:29
|
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with page permissions should have readonly access to Apps @e2e @apps:
playwright/tests/singlePermissions/readonlyAppAccess.spec.ts#L37
6) [e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with page permissions should have readonly access to Apps @e2e @apps
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('apps-upcoming')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('apps-upcoming')
35 |
36 | for (const appList of appLists) {
> 37 | await expect(appList).toBeVisible();
| ^
38 | }
39 |
40 | await appsPage.installedAppRow.first().click();
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/singlePermissions/readonlyAppAccess.spec.ts:37:29
|
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with plugin permissions should have readonly access to Apps @e2e @apps:
playwright/tests/singlePermissions/readonlyAppAccess.spec.ts#L37
7) [e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with plugin permissions should have readonly access to Apps @e2e @apps
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('apps-upcoming')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('apps-upcoming')
35 |
36 | for (const appList of appLists) {
> 37 | await expect(appList).toBeVisible();
| ^
38 | }
39 |
40 | await appsPage.installedAppRow.first().click();
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/singlePermissions/readonlyAppAccess.spec.ts:37:29
|
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with productTypeAndAttribute permissions should have readonly access to Apps @e2e @apps:
playwright/tests/singlePermissions/readonlyAppAccess.spec.ts#L37
8) [e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with productTypeAndAttribute permissions should have readonly access to Apps @e2e @apps
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('apps-upcoming')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('apps-upcoming')
35 |
36 | for (const appList of appLists) {
> 37 | await expect(appList).toBeVisible();
| ^
38 | }
39 |
40 | await appsPage.installedAppRow.first().click();
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/singlePermissions/readonlyAppAccess.spec.ts:37:29
|
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with product permissions should have readonly access to Apps @e2e @apps:
playwright/tests/singlePermissions/readonlyAppAccess.spec.ts#L37
9) [e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with product permissions should have readonly access to Apps @e2e @apps
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('apps-upcoming')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('apps-upcoming')
35 |
36 | for (const appList of appLists) {
> 37 | await expect(appList).toBeVisible();
| ^
38 | }
39 |
40 | await appsPage.installedAppRow.first().click();
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/singlePermissions/readonlyAppAccess.spec.ts:37:29
|
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with settings permissions should have readonly access to Apps @e2e @apps:
playwright/tests/singlePermissions/readonlyAppAccess.spec.ts#L37
10) [e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with settings permissions should have readonly access to Apps @e2e @apps
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('apps-upcoming')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('apps-upcoming')
35 |
36 | for (const appList of appLists) {
> 37 | await expect(appList).toBeVisible();
| ^
38 | }
39 |
40 | await appsPage.installedAppRow.first().click();
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/singlePermissions/readonlyAppAccess.spec.ts:37:29
|
[e2e] › orders.spec.ts:237:5 › TC: SALEOR_84 Create draft order @e2e @draft:
playwright/pages/basePage.ts#L104
1) [e2e] › orders.spec.ts:237:5 › TC: SALEOR_84 Create draft order @e2e @draft ───────────────────
Error: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[data-test-type="success"]').locator('text=finalized') to be visible
at ../pages/basePage.ts:104
102 |
103 | async expectSuccessBannerMessage(msg: string) {
> 104 | await this.successBanner.locator(`text=${msg}`).waitFor({ state: "visible", timeout: 10000 });
| ^
105 | await expect(this.errorBanner, "No error banner should be visible").not.toBeVisible();
106 | }
107 |
at DraftOrdersPage.expectSuccessBannerMessage (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:104:53)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:258:25
|
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 (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 (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 / 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://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=a3QvCLnf, version=3.20.33, name=snapshot-automation-tests-3.20
|
SALEOR_CLOUD_SERVICE
saleor-master-staging
|
🎭 Playwright Run Summary
10 failed
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with discount permissions should have readonly access to Apps @e2e @apps
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with order permissions should have readonly access to Apps @e2e @apps
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with channel permissions should have readonly access to Apps @e2e @apps
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with customer permissions should have readonly access to Apps @e2e @apps
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with giftCard permissions should have readonly access to Apps @e2e @apps
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with page permissions should have readonly access to Apps @e2e @apps
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with plugin permissions should have readonly access to Apps @e2e @apps
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with productTypeAndAttribute permissions should have readonly access to Apps @e2e @apps
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with product permissions should have readonly access to Apps @e2e @apps
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with settings permissions should have readonly access to Apps @e2e @apps
3 interrupted
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with staff permissions should have readonly access to Apps @e2e @apps
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with shipping permissions should have readonly access to Apps @e2e @apps
[e2e] › singlePermissions/readonlyAppAccess.spec.ts:16:7 › TC: SALEOR_131 User with translations permissions should have readonly access to Apps @e2e @apps
34 did not run
71 passed (4.0m)
|
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
32.6 MB |
|
html-report--attempt-1
|
35.2 MB |
|