Run tests on 3.20.44-d793a0b CORE #308
Annotations
4 errors, 2 warnings, and 1 notice
|
Run playwright tests:
playwright/pages/basePage.ts#L104
1) [e2e] › orders.spec.ts:36:5 › TC: SALEOR_28 Create basic order @e2e @order ────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-test-type="success"]').locator('text=finalized') to be visible
at ../pages/basePage.ts:104
102 |
103 | async expectSuccessBannerMessage(msg: string) {
> 104 | await this.successBanner.locator(`text=${msg}`).waitFor({ state: "visible", timeout: 10000 });
| ^
105 | await expect(this.errorBanner, "No error banner should be visible").not.toBeVisible();
106 | }
107 |
at DraftOrdersPage.expectSuccessBannerMessage (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:104:53)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:50:25
|
|
Run playwright tests
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/upload-artifact@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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