Run test manually #137
Annotations
1 error, 2 warnings, and 1 notice
playwright/pages/basePage.ts#L112
1) [chromium] › product.spec.ts:239:5 › TC: SALEOR_59 As an admin I should be able to filter products by channel on product list view @basic-regression @Product @e2e
Error: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[data-testid="data-grid-canvas"]').locator('table').first().locator('tbody tr').first()
at ../pages/basePage.ts:112
110 | .locator("tbody tr")
111 | .first()
> 112 | .waitFor({ state: "attached", timeout: 10000 });
| ^
113 | }
114 |
115 | private async findGridCellBounds(col: number, row: number) {
at ProductPage.waitForGrid (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:112:8)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/product.spec.ts:241:21
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/upload-artifact@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
|
The logs for this run have expired and are no longer available.
Loading