[TEST][E2E] Add tests for customer CRUD #1582
Annotations
2 errors, 2 warnings, and 1 notice
Run playwright tests:
playwright/tests/attributes.spec.ts#L1
1) [chromium] › attributes.spec.ts:221:5 › TC: SALEOR_130 Bulk delete attributes @e2e @attributes
Test timeout of 45000ms exceeded.
|
Run playwright tests:
playwright/pages/basePage.ts#L67
1) [chromium] › attributes.spec.ts:221:5 › TC: SALEOR_130 Bulk delete attributes @e2e @attributes
Error: locator.click: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByTestId('bulk-delete-button')
- locator resolved to <button type="button" data-state="closed" data-test-id="…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at ../pages/basePage.ts:67
65 |
66 | async clickBulkDeleteGridRowsButton() {
> 67 | await this.bulkDeleteGridRowsButton.click();
| ^
68 | }
69 | async clickDeleteButton() {
70 | await this.deleteButton.click();
at AttributesPage.clickBulkDeleteGridRowsButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:67:41)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:229:24
|
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 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
1 flaky
[chromium] › attributes.spec.ts:221:5 › TC: SALEOR_130 Bulk delete attributes @e2e @attributes ─
1 skipped
62 passed (2.7m)
|
The logs for this run have expired and are no longer available.
Loading