Run test manually #188
Annotations
6 errors, 2 warnings, and 1 notice
playwright/pages/dialogs/addNavigationMenuItemDialog.ts#L34
1) [chromium] › navigation.spec.ts:52:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e
Error: Timed out 5000ms waiting for expect(locator).toBeEnabled()
Locator: getByTestId('menu-link-options').getByRole('option', { name: 'Polo Shirts' })
Expected: enabled
Received: disabled
Call log:
- expect.toBeEnabled with timeout 5000ms
- waiting for getByTestId('menu-link-options').getByRole('option', { name: 'Polo Shirts' })
at ../pages/dialogs/addNavigationMenuItemDialog.ts:34
32 | .getByRole("option", { name: optionName })
33 | .waitFor({ state: "visible" });
> 34 | expect(this.menuLinkOptions.getByRole("option", { name: optionName })).toBeEnabled();
| ^
35 | await this.menuLinkOptions.getByRole("option", { name: optionName }).click({ force: true });
36 | await this.waitForDOMToFullyLoad();
37 | await expect(this.linkSelect).toHaveValue(optionName);
at AddNavigationMenuItemDialog.selectLinkOption (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/dialogs/addNavigationMenuItemDialog.ts:34:76)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/navigation.spec.ts:71:3
|
playwright/tests/navigation.spec.ts#L1
1) [chromium] › navigation.spec.ts:52:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
playwright/pages/navigationDetailsPage.ts#L41
1) [chromium] › navigation.spec.ts:52:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('menu-item').filter({ hasText: 'e2e-menu-item-to-be-updated' }).getByTestId('edit-menu-item-button').first()
at ../pages/navigationDetailsPage.ts:41
39 | const menuItem = await this.menuItem.filter({ hasText: name });
40 |
> 41 | await menuItem.getByTestId("edit-menu-item-button").first().click();
| ^
42 | }
43 |
44 | async clickDeleteMenuItemButton(name: string) {
at NavigationDetailsPage.clickEditMenuItemButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/navigationDetailsPage.ts:41:65)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/navigation.spec.ts:59:3
|
playwright/tests/navigation.spec.ts#L1
1) [chromium] › navigation.spec.ts:52:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
playwright/pages/navigationDetailsPage.ts#L41
1) [chromium] › navigation.spec.ts:52:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('menu-item').filter({ hasText: 'e2e-menu-item-to-be-updated' }).getByTestId('edit-menu-item-button').first()
at ../pages/navigationDetailsPage.ts:41
39 | const menuItem = await this.menuItem.filter({ hasText: name });
40 |
> 41 | await menuItem.getByTestId("edit-menu-item-button").first().click();
| ^
42 | }
43 |
44 | async clickDeleteMenuItemButton(name: string) {
at NavigationDetailsPage.clickEditMenuItemButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/navigationDetailsPage.ts:41:65)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/navigation.spec.ts:59:3
|
|
The following actions uses Node.js version which is deprecated 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-1".
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/
|
1 failed
[chromium] › navigation.spec.ts:52:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e
1 skipped
114 passed (5.7m)
|
This job failed
Loading