Skip to content

Run test manually

Run test manually #275

Manually triggered October 14, 2024 10:25
Status Failure
Total duration 14m 31s
Artifacts 2

run-test-manual.yml

on: workflow_dispatch
initialize-cloud
1m 30s
initialize-cloud
create-run-on-testmo
2m 21s
create-run-on-testmo
Matrix: run-tests
tests-complete
1m 4s
tests-complete
Fit to window
Zoom out
Zoom in

Annotations

8 errors, 8 warnings, and 9 notices
[chromium] › navigation.spec.ts:49:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e: playwright/tests/navigation.spec.ts#L1
1) [chromium] › navigation.spec.ts:49:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e Test timeout of 30000ms exceeded.
[chromium] › navigation.spec.ts:49:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e: playwright/pages/dialogs/addNavigationMenuItemDialog.ts#L37
1) [chromium] › navigation.spec.ts:49:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for getByTestId('menu-link-options').getByRole('option', { name: 'Polo Shirts' }) to be visible at ../pages/dialogs/addNavigationMenuItemDialog.ts:37 35 | await this.menuLinkOptions 36 | .getByRole("option", { name: optionName }) > 37 | .waitFor({ state: "visible" }); | ^ 38 | expect(this.menuLinkOptions.getByRole("option", { name: optionName })).toBeEnabled(); 39 | await this.menuLinkOptions.getByRole("option", { name: optionName }).click({ force: true }); 40 | await this.waitForDOMToFullyLoad(); at AddNavigationMenuItemDialog.selectLinkOption (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/dialogs/addNavigationMenuItemDialog.ts:37:8) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/navigation.spec.ts:66:3
[chromium] › navigation.spec.ts:49:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e: playwright/tests/navigation.spec.ts#L1
1) [chromium] › navigation.spec.ts:49:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › navigation.spec.ts:49:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e: playwright/pages/navigationDetailsPage.ts#L39
1) [chromium] › navigation.spec.ts:49: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:39 37 | async clickEditMenuItemButton(name:string) { 38 | const menuItem = await this.menuItem.filter({hasText:name}) > 39 | await menuItem.getByTestId("edit-menu-item-button").first().click(); | ^ 40 | } 41 | 42 | async clickDeleteMenuItemButton(name: string) { at NavigationDetailsPage.clickEditMenuItemButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/navigationDetailsPage.ts:39:65) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/navigation.spec.ts:56:3
[chromium] › navigation.spec.ts:49:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e: playwright/tests/navigation.spec.ts#L1
1) [chromium] › navigation.spec.ts:49:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › navigation.spec.ts:49:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e: playwright/pages/navigationDetailsPage.ts#L39
1) [chromium] › navigation.spec.ts:49: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:39 37 | async clickEditMenuItemButton(name:string) { 38 | const menuItem = await this.menuItem.filter({hasText:name}) > 39 | await menuItem.getByTestId("edit-menu-item-button").first().click(); | ^ 40 | } 41 | 42 | async clickDeleteMenuItemButton(name: string) { at NavigationDetailsPage.clickEditMenuItemButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/navigationDetailsPage.ts:39:65) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/navigation.spec.ts:56:3
[chromium] › attributes.spec.ts:52:9 › TC: SALEOR_125 User should be able to create PRODUCT_TYPE RICH_TEXT attribute without ability to add values: playwright/tests/attributes.spec.ts#L62
2) [chromium] › attributes.spec.ts:52:9 › TC: SALEOR_125 User should be able to create PRODUCT_TYPE RICH_TEXT attribute without ability to add values, NOT required, private @e2e @attributes Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible() Locator: getByTestId('attribute-values-section') Expected: not visible Received: visible Call log: - expect.not.toBeVisible with timeout 5000ms - waiting for getByTestId('attribute-values-section') - locator resolved to <div data-test-id="attribute-values-section" class="M…>…</div> - unexpected value "visible" - locator resolved to <div data-test-id="attribute-values-section" class="M…>…</div> - unexpected value "visible" - locator resolved to <div data-test-id="attribute-values-section" class="M…>…</div> - unexpected value "visible" - locator resolved to <div data-test-id="attribute-values-section" class="M…>…</div> - unexpected value "visible" - locator resolved to <div data-test-id="attribute-values-section" class="M…>…</div> - unexpected value "visible" - locator resolved to <div data-test-id="attribute-values-section" class="M…>…</div> - unexpected value "visible" - locator resolved to <div data-test-id="attribute-values-section" class="M…>…</div> - unexpected value "visible" - locator resolved to <div data-test-id="attribute-values-section" class="M…>…</div> - unexpected value "visible" - locator resolved to <div data-test-id="attribute-values-section" class="M…>…</div> - unexpected value "visible" 60 | await attributesPage.fillAttributeSlug(uniqueSlug); 61 | await attributesPage.selectAttributeInputType(type); > 62 | await expect(attributesPage.attrValuesSection).not.toBeVisible(); | ^ 63 | await expect(attributesPage.assignAttributeValueButton).not.toBeVisible(); 64 | await attributesPage.clickValueRequiredCheckbox(); 65 | await attributesPage.changeAttributeVisibility(); at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:62:58
run-tests (1/2)
Process completed with exit code 1.
create-run-on-testmo
The following actions use a deprecated Node.js version 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 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/
run-tests (2/2)
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/
tests-complete
The following actions use a deprecated Node.js version 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://v319.staging.saleor.cloud/dashboard/
API_URL
https://v319.staging.saleor.cloud/graphql/
POOL_NAME
3.19 Staging
POOL_INSTANCE
https://v319.staging.saleor.cloud/
BACKUP_NAMESPACE
snapshot-automation-tests-3.19
SNAPSHOT
backup_id=YU3RcacN, version=3.19.74, name=snapshot-automation-tests-3.19
SALEOR_CLOUD_SERVICE
saleor-master-staging
🎭 Playwright Run Summary
1 failed [chromium] › navigation.spec.ts:49:5 › TC: SALEOR_198 Should update existing menu @navigation @e2e 1 flaky [chromium] › attributes.spec.ts:52:9 › TC: SALEOR_125 User should be able to create PRODUCT_TYPE RICH_TEXT attribute without ability to add values, NOT required, private @e2e @attributes 1 skipped 112 passed (6.2m)
🎭 Playwright Run Summary
1 skipped 113 passed (4.3m)

Artifacts

Produced during runtime
Name Size
all-blob-reports Expired
7.53 MB
html-report--attempt-1
9.17 MB