Update buttons in collection details page #3991
Annotations
2 errors, 1 warning, and 1 notice
Run playwright tests:
playwright/pages/basePage.ts#L117
1) [e2e] › translations.spec.ts:30:5 › TC: SALEOR_122 Should be able to edit translation @e2e @translations
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 TranslationsPage.expectSuccessBanner (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:117:40)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/translations.spec.ts:51:26
|
Run playwright tests
Process completed with exit code 1.
|
Run playwright tests:
[e2e] › staffMemberActivation.spec.ts#L1
[e2e] › staffMemberActivation.spec.ts took 18.6s
|
Run playwright tests
1 failed
[e2e] › translations.spec.ts:30:5 › TC: SALEOR_122 Should be able to edit translation @e2e @translations
116 passed (5.0m)
|
Loading