Fix dark mode warning text color in tax and delete app modal (#5317) #144
Annotations
3 errors, 2 warnings, and 1 notice
|
Run playwright tests:
playwright/tests/product.spec.ts#L136
1) [e2e] › product.spec.ts:130:5 › TC: SALEOR_46 As an admin, I should be able to update a product by uploading media, assigning channels, assigning tax, and adding a new variant @basic-regression @Product @e2e
Error: locator.waitFor: Test timeout of 35000ms exceeded.
Call log:
- waiting for getByTestId('product-image') to be visible
134 | await productPage.clickUploadMediaButton();
135 | await productPage.uploadProductImage("beer.avif");
> 136 | await productPage.productImage.waitFor({ state: "visible" });
| ^
137 | await productPage.rightSideDetailsPage.selectOneChannelAsAvailableWhenNoneSelected("Channel-PLN");
138 | await productPage.selectFirstTaxOption();
139 |
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/product.spec.ts:136:34
|
Run playwright tests
Process completed with exit code 1.
|
Run playwright tests:
[e2e] › staffMemberActivation.spec.ts#L1
[e2e] › staffMemberActivation.spec.ts took 19.9s
|
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/
|
|
Loading