Run tests on 3.19.87-8887237 CORE #319
Annotations
2 errors, 4 warnings, and 1 notice
Run playwright tests:
playwright/tests/pageTypes.spec.ts#L23
1) [chromium] › pageTypes.spec.ts:11: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-78246"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByTestId('page-types-list')
- locator resolved to <tbody class="MuiTableBody-root" data-test-id="page-typ…>…</tbody>
- unexpected value ""
- locator resolved to <tbody class="MuiTableBody-root" data-test-id="page-typ…>…</tbody>
- unexpected value ""
- locator resolved to <tbody class="MuiTableBody-root" data-test-id="page-typ…>…</tbody>
- unexpected value ""
21 | await expect(pageTypePage.nameInput).toHaveValue(pageTypeName);
22 | await pageTypePage.gotoPageTypeListPage();
> 23 | await expect(pageTypePage.pageTypeList).toContainText(pageTypeName);
| ^
24 | });
25 |
26 | 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:23:43
|
Run playwright tests:
playwright/tests/pageTypes.spec.ts#L69
2) [chromium] › pageTypes.spec.ts:60: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')
67 |
68 | await pageTypePage.gotoPageTypeListPage();
> 69 | await expect(pageTypePage.pageTypeList).toBeVisible();
| ^
70 | await pageTypePage.checkPageTypesOnList(rowsToBeDeleted);
71 | await pageTypePage.clickBulkDeleteButton();
72 | await pageTypePage.deletePageTypeDialog.waitForDOMToFullyLoad();
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/pageTypes.spec.ts:69:43
|
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/
|
Post Run playwright tests
Unexpected input(s) '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', 'ACCOUNTS', 'E2E_ENCODE_PASS']
|
Run playwright tests
Unexpected input(s) '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', 'ACCOUNTS', 'E2E_ENCODE_PASS']
|
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/
|
Run playwright tests
2 flaky
[chromium] › pageTypes.spec.ts:11:5 › TC: SALEOR_187 As an admin user I can create page type @e2e @page-type
[chromium] › pageTypes.spec.ts:60:5 › TC: SALEOR_190 As an admin user I can delete several page types@e2e @page-type
1 skipped
111 passed (4.2m)
|
Loading