Run test manually #175
Annotations
6 errors, 2 warnings, and 1 notice
playwright/tests/auth.setup.ts#L19
1) [setup] › auth.setup.ts:46:10 › Authenticate as customer user via API ─────────────────────────
TypeError: Cannot read properties of undefined (reading 'value')
17 | {
18 | name: "_saleorRefreshToken",
> 19 | value: loginJsonInfo.cookies[0].value,
| ^
20 | }
21 | ]
22 | });
at authenticateAndSaveState (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/auth.setup.ts:19:49)
at authSetup (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/auth.setup.ts:34:9)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/auth.setup.ts:47:9
|
playwright/tests/auth.setup.ts#L19
2) [setup] › auth.setup.ts:46:10 › Authenticate as page user via API ─────────────────────────────
TypeError: Cannot read properties of undefined (reading 'value')
17 | {
18 | name: "_saleorRefreshToken",
> 19 | value: loginJsonInfo.cookies[0].value,
| ^
20 | }
21 | ]
22 | });
at authenticateAndSaveState (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/auth.setup.ts:19:49)
at authSetup (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/auth.setup.ts:34:9)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/auth.setup.ts:47:9
|
playwright/tests/auth.setup.ts#L19
3) [setup] › auth.setup.ts:46:10 › Authenticate as productTypeAndAttribute user via API ──────────
TypeError: Cannot read properties of undefined (reading 'value')
17 | {
18 | name: "_saleorRefreshToken",
> 19 | value: loginJsonInfo.cookies[0].value,
| ^
20 | }
21 | ]
22 | });
at authenticateAndSaveState (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/auth.setup.ts:19:49)
at authSetup (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/auth.setup.ts:34:9)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/auth.setup.ts:47:9
|
playwright/tests/auth.setup.ts#L19
3) [setup] › auth.setup.ts:46:10 › Authenticate as productTypeAndAttribute user via API ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'value')
17 | {
18 | name: "_saleorRefreshToken",
> 19 | value: loginJsonInfo.cookies[0].value,
| ^
20 | }
21 | ]
22 | });
at authenticateAndSaveState (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/auth.setup.ts:19:49)
at authSetup (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/auth.setup.ts:34:9)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/auth.setup.ts:47:9
|
playwright/tests/pageTypes.spec.ts#L21
4) [chromium] › pageTypes.spec.ts:9:5 › TC: SALEOR_187 As an admin user I can create page type @e2e @page-type
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByTestId('page-types-list')
Expected string: "e2e-page-type-6593"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByTestId('page-types-list')
19 | await expect(pageTypePage.nameInput).toHaveValue(pageTypeName);
20 | await pageTypePage.gotoPageTypeListPage();
> 21 | await expect(pageTypePage.pageTypeList).toContainText(pageTypeName);
| ^
22 | });
23 |
24 | test("TC: SALEOR_188 As an admin user I can update page type@e2e @page-type", async ({
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/pageTypes.spec.ts:21:43
|
playwright/tests/pageTypes.spec.ts#L67
5) [chromium] › pageTypes.spec.ts:58:5 › TC: SALEOR_190 As an admin user I can delete several page types@e2e @page-type
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('page-types-list')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByTestId('page-types-list')
65 |
66 | await pageTypePage.gotoPageTypeListPage();
> 67 | await expect(pageTypePage.pageTypeList).toBeVisible();
| ^
68 | await pageTypePage.checkPageTypesOnList(rowsToBeDeleted);
69 | await pageTypePage.clickBulkDeleteButton();
70 | await pageTypePage.deletePageTypeDialog.waitForDOMToFullyLoad();
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/pageTypes.spec.ts:67:43
|
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/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports", "html-report--attempt-2".
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/
|
5 flaky
[setup] › auth.setup.ts:46:10 › Authenticate as customer user via API ──────────────────────────
[setup] › auth.setup.ts:46:10 › Authenticate as page user via API ──────────────────────────────
[setup] › auth.setup.ts:46:10 › Authenticate as productTypeAndAttribute user via API ───────────
[chromium] › pageTypes.spec.ts:9:5 › TC: SALEOR_187 As an admin user I can create page type @e2e @page-type
[chromium] › pageTypes.spec.ts:58:5 › TC: SALEOR_190 As an admin user I can delete several page types@e2e @page-type
1 skipped
108 passed (4.6m)
|
This job succeeded
Loading