Run test manually #188
run-test-manual.yml
on: workflow_dispatch
Annotations
12 errors, 8 warnings, and 9 notices
[chromium] › navigation.spec.ts:52:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e:
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
|
[chromium] › navigation.spec.ts:52:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e:
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.
|
[chromium] › navigation.spec.ts:52:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e:
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
|
[chromium] › navigation.spec.ts:52:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e:
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.
|
[chromium] › navigation.spec.ts:52:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e:
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
|
run-tests (1/2)
Process completed with exit code 1.
|
[chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e:
playwright/pages/pageElements/rightSideDetailsSection.ts#L75
1) [chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('channel-section').getByText('Channel-PLN')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByTestId('channel-section').getByText('Channel-PLN')
at ../pages/pageElements/rightSideDetailsSection.ts:75
73 | async expectOptionsSelected(section: Locator, names: string[]) {
74 | for (const name of names) {
> 75 | await expect(section.getByText(name)).toBeVisible({ timeout: 30000 });
| ^
76 | }
77 | }
78 |
at RightSideDetailsPage.expectOptionsSelected (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/pageElements/rightSideDetailsSection.ts:75:45)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/shippingMethods.spec.ts:149:3
|
[chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e:
playwright/tests/shippingMethods.spec.ts#L1
1) [chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e:
playwright/pages/pageElements/rightSideDetailsSection.ts#L91
1) [chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByTestId('select-option').filter({ hasText: 'Americas' }).first()
at ../pages/pageElements/rightSideDetailsSection.ts:91
89 | await this.selectWarehouseShippingMethodButton.fill(warehouse);
90 |
> 91 | await this.selectOption.filter({ hasText: warehouse }).first().click();
| ^
92 | }
93 | this.clickWarehouseSelectShippingPage();
94 | }
at RightSideDetailsPage.typeAndSelectMultipleWarehousesShippingPage (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/pageElements/rightSideDetailsSection.ts:91:70)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/shippingMethods.spec.ts:141:3
|
[chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e:
playwright/tests/shippingMethods.spec.ts#L1
1) [chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e:
playwright/pages/pageElements/rightSideDetailsSection.ts#L91
1) [chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByTestId('select-option').filter({ hasText: 'Americas' }).first()
at ../pages/pageElements/rightSideDetailsSection.ts:91
89 | await this.selectWarehouseShippingMethodButton.fill(warehouse);
90 |
> 91 | await this.selectOption.filter({ hasText: warehouse }).first().click();
| ^
92 | }
93 | this.clickWarehouseSelectShippingPage();
94 | }
at RightSideDetailsPage.typeAndSelectMultipleWarehousesShippingPage (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/pageElements/rightSideDetailsSection.ts:91:70)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/shippingMethods.spec.ts:141:3
|
run-tests (2/2)
Process completed with exit code 1.
|
create-run-on-testmo
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
run-tests (1/2)
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/
|
run-tests (2/2)
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/
|
tests-complete
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
tests-complete
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
tests-complete
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
tests-complete
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
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/
|
BASE_URL
https://v320.staging.saleor.cloud/dashboard/
|
API_URL
https://v320.staging.saleor.cloud/graphql/
|
POOL_NAME
3.20 Staging
|
POOL_INSTANCE
https://v320.staging.saleor.cloud/
|
BACKUP_NAMESPACE
snapshot-automation-tests-3.20
|
SNAPSHOT
backup_id=wUWYNJ6J, version=3.20.0a0, name=snapshot-automation-tests-3.20
|
SALEOR_CLOUD_SERVICE
saleor-master-staging
|
🎭 Playwright Run Summary
1 failed
[chromium] › navigation.spec.ts:52:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e
1 skipped
114 passed (5.7m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › shippingMethods.spec.ts:121:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e
114 passed (6.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
23.6 MB |
|
html-report--attempt-1
Expired
|
25.6 MB |
|