Run test manually #291
Annotations
2 errors, 2 warnings, and 1 notice
Run playwright tests:
playwright/tests/apps.spec.ts#L43
1) [apps-e2e] › apps.spec.ts:24:5 › TC: SALEOR_119 User should be able to install and configure app from manifest @e2e
Error: Timed out 10000ms waiting for expect(locator).not.toBeVisible()
Locator: getByTestId('app-pending-label').first()
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 10000ms
- waiting for getByTestId('app-pending-label').first()
- locator resolved to <span data-macaw-ui-component="Text" data-test-id="app…>Installation is pending...</span>
- unexpected value "visible"
- locator resolved to <span data-macaw-ui-component="Text" data-test-id="app…>Installation is pending...</span>
- unexpected value "visible"
- locator resolved to <span data-macaw-ui-component="Text" data-test-id="app…>Installation is pending...</span>
- unexpected value "visible"
- locator resolved to <span data-macaw-ui-component="Text" data-test-id="app…>Installation is pending...</span>
- unexpected value "visible"
- locator resolved to <span data-macaw-ui-component="Text" data-test-id="app…>Installation is pending...</span>
- unexpected value "visible"
- locator resolved to <span data-macaw-ui-component="Text" data-test-id="app…>Installation is pending...</span>
- unexpected value "visible"
- locator resolved to <span data-macaw-ui-component="Text" data-test-id="app…>Installation is pending...</span>
- unexpected value "visible"
- locator resolved to <span data-macaw-ui-component="Text" data-test-id="app…>Installation is pending...</span>
- unexpected value "visible"
- locator resolved to <span data-macaw-ui-component="Text" data-test-id="app…>Installation is pending...</span>
- unexpected value "visible"
- locator resolved to <span data-macaw-ui-component="Text" data-test-id="app…>Installation is pending...</span>
- unexpected value "visible"
- locator resolved to <span data-macaw-ui-component="Text" data-test-id="app…>Installation is pending...</span>
- unexpected value "visible"
- locator resolved to <span data-macaw-ui-component="Text" data-test-id="app…>Installation is pending...</span>
- unexpected value "visible"
- locator resolved to <span data-macaw-ui-component="Text" data-test-id="app…>Installation is pending...</span>
- unexpected value "visible"
- locator resolved to <span data-macaw-ui-component="Text" data-test-id="app…>Installation is pending...</span>
- unexpected value "visible"
41 | await appsPage.expectSuccessBanner({ timeout: INSTALLATION_PENDING_TIMEOUT });
42 | await expect(appsPage.installedAppRow.first()).toBeVisible();
> 43 | await expect(appsPage.installationPendingLabel).not.toBeVisible();
| ^
44 |
45 | await expect(appsPage.appKlaviyo).toContainText("Klaviyo");
46 | await expect(appsPage.installedAppRow.filter({ hasText: "Klaviyo" }).first()).toBeVisible();
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/apps.spec.ts:43:55
|
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-3".
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
[apps-e2e] › apps.spec.ts:24:5 › TC: SALEOR_119 User should be able to install and configure app from manifest @e2e
117 passed (5.8m)
|
Loading