[TEST][E2E] Add tests for customer CRUD #1511
Annotations
2 errors, 1 warning, and 1 notice
|
Run playwright tests:
playwright/pages/dialogs/assignSpecificProductsDialog.ts#L23
1) [chromium] › vouchers.spec.ts:220:5 › TC:SALEOR_95 Edit voucher - assign voucher to specific collection @vouchers @e2e
Error: locator.click: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByRole('row', { name: 'Featured Products' }).getByRole('checkbox')
at ../pages/dialogs/assignSpecificProductsDialog.ts:23
21 | .getByRole("row", { name: nameAkaText })
22 | .getByRole("checkbox");
> 23 | await specificProductCheckbox.click();
| ^
24 | await this.clickAssignAndSaveButton();
25 | await this.assignAndSaveButton.waitFor({ state: "hidden" });
26 | }
at AssignSpecificProductsDialog.assignSpecificProductsByNameAndSave (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/dialogs/assignSpecificProductsDialog.ts:23:35)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/vouchers.spec.ts:228: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. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
The logs for this run have expired and are no longer available.
Loading