Fix app buttons clipping with app's content #3859
Annotations
2 errors, 1 warning, and 1 notice
Run playwright tests:
playwright/pages/basePage.ts#L117
1) [e2e] › staffMembers.spec.ts:33:5 › TC: SALEOR_211 Create a staff member @e2e @staff-members ──
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('[data-test-type="success"]').first() to be visible
at ../pages/basePage.ts:117
115 | .waitFor({ state: "visible", timeout: options.timeout });
116 | } else {
> 117 | await this.successBanner.first().waitFor({ state: "visible", timeout: options.timeout });
| ^
118 | }
119 |
120 | await expect(this.errorBanner, "No error banner should be visible").not.toBeVisible();
at StaffMembersPage.expectSuccessBanner (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:117:40)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/staffMembers.spec.ts:48:26
|
Run playwright tests
Process completed with exit code 1.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports", "html-report--attempt-2".
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 failed
[e2e] › staffMembers.spec.ts:33:5 › TC: SALEOR_211 Create a staff member @e2e @staff-members ───
116 passed (4.6m)
|
Loading