Run test manually #149
Annotations
2 errors, 2 warnings, and 1 notice
eval at evaluate (:226:30)#L12
1) [chromium] › product.spec.ts:200:5 › TC: SALEOR_57 As an admin, I should be able to search products on list view @basic-regression @Product @e2e
Error: locator.evaluate: TypeError: Cannot read properties of null (reading 'getBounds')
at eval (eval at evaluate (:226:30), <anonymous>:12:78)
at UtilityScript.evaluate (<anonymous>:228:17)
at UtilityScript.<anonymous> (<anonymous>:1:44)
at eval (/home/runner/work/saleor-dashboard/saleor-dashboard/eval at evaluate (:226:30), <anonymous>:12:78)
at UtilityScript.evaluate (/home/runner/work/saleor-dashboard/saleor-dashboard/<anonymous>:228:17)
at UtilityScript.<anonymous> (/home/runner/work/saleor-dashboard/saleor-dashboard/<anonymous>:1:44)
at ProductPage.findGridCellBounds (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:116:28)
at ProductPage.clickGridCell (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:174:31)
at ProductPage.checkListRowsBasedOnContainingText (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:211:18)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/product.spec.ts:204:3
|
playwright/pages/basePage.ts#L214
1) [chromium] › product.spec.ts:200:5 › TC: SALEOR_57 As an admin, I should be able to search products on list view @basic-regression @Product @e2e
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
at ../pages/basePage.ts:214
212 | }
213 | // make sure all searched texts were found and checked
> 214 | await expect(searchText.length).toEqual(rowIndexes.length);
| ^
215 | }
216 | async clickListRowBasedOnContainingText(searchText: string) {
217 | const rowIndex = await this.findRowIndexBasedOnText([searchText]);
at ProductPage.checkListRowsBasedOnContainingText (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:214:37)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/product.spec.ts:204:3
|
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/
|
|
This job succeeded
Loading