Run test manually #173
Annotations
4 errors, 2 warnings, and 1 notice
playwright/tests/pageTypes.spec.ts#L21
1) [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-371"
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#L1
1) [chromium] › pageTypes.spec.ts:9:5 › TC: SALEOR_187 As an admin user I can create page type @e2e @page-type
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
playwright/tests/pageTypes.spec.ts#L67
2) [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-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/
|
2 failed
[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
2 interrupted
[chromium] › orders.spec.ts:238:5 › TC: SALEOR_84 Create draft order @e2e @draft ───────────────
[chromium] › pageTypes.spec.ts:42:5 › TC: SALEOR_189 As an admin user I can delete page type with assigned content@e2e @page-type
89 did not run
21 passed (52.3s)
|
The logs for this run have expired and are no longer available.
Loading