Skip to content

Run test manually

Run test manually #74

Manually triggered April 10, 2024 10:19
Status Failure
Total duration 10m 20s
Artifacts 2

run-test-manual.yml

on: workflow_dispatch
initialize-cloud
1m 23s
initialize-cloud
create-run-on-testmo
16s
create-run-on-testmo
Matrix: run-tests
Fit to window
Zoom out
Zoom in

Annotations

12 errors, 4 warnings, and 8 notices
[chromium] › singlePermissions/channelsWebhooks.spec.ts:25:5 › TC: SALEOR_12 User should be able to navigate to webhooks and events as a staff member using CHANNEL permission @e2e: playwright/pages/mainMenuPage.ts#L80
1) [chromium] › singlePermissions/channelsWebhooks.spec.ts:25:5 › TC: SALEOR_12 User should be able to navigate to webhooks and events as a staff member using CHANNEL permission @e2e Error: Timed out 10000ms waiting for expect(locator).toHaveCount(expected) Locator: getByTestId('menu-list').locator('li') Expected: 3 Received: 0 Call log: - expect.toHaveCount with timeout 10000ms - waiting for getByTestId('menu-list').locator('li') - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" at ../pages/mainMenuPage.ts:80 78 | async expectMenuItemsCount(liItemsCount: number) { 79 | // expect li items count in menu > 80 | await expect(this.list.locator("li")).toHaveCount(liItemsCount); | ^ 81 | } 82 | } 83 | at MainMenuPage.expectMenuItemsCount (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/mainMenuPage.ts:80:43) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/singlePermissions/channelsWebhooks.spec.ts:33:22
[chromium] › singlePermissions/channelsWebhooks.spec.ts:25:5 › TC: SALEOR_12 User should be able to navigate to webhooks and events as a staff member using CHANNEL permission @e2e: playwright/pages/mainMenuPage.ts#L80
1) [chromium] › singlePermissions/channelsWebhooks.spec.ts:25:5 › TC: SALEOR_12 User should be able to navigate to webhooks and events as a staff member using CHANNEL permission @e2e Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 10000ms waiting for expect(locator).toHaveCount(expected) Locator: getByTestId('menu-list').locator('li') Expected: 3 Received: 0 Call log: - expect.toHaveCount with timeout 10000ms - waiting for getByTestId('menu-list').locator('li') - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" at ../pages/mainMenuPage.ts:80 78 | async expectMenuItemsCount(liItemsCount: number) { 79 | // expect li items count in menu > 80 | await expect(this.list.locator("li")).toHaveCount(liItemsCount); | ^ 81 | } 82 | } 83 | at MainMenuPage.expectMenuItemsCount (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/mainMenuPage.ts:80:43) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/singlePermissions/channelsWebhooks.spec.ts:33:22
[chromium] › singlePermissions/channelsWebhooks.spec.ts:25:5 › TC: SALEOR_12 User should be able to navigate to webhooks and events as a staff member using CHANNEL permission @e2e: playwright/pages/mainMenuPage.ts#L80
1) [chromium] › singlePermissions/channelsWebhooks.spec.ts:25:5 › TC: SALEOR_12 User should be able to navigate to webhooks and events as a staff member using CHANNEL permission @e2e Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 10000ms waiting for expect(locator).toHaveCount(expected) Locator: getByTestId('menu-list').locator('li') Expected: 3 Received: 0 Call log: - expect.toHaveCount with timeout 10000ms - waiting for getByTestId('menu-list').locator('li') - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" at ../pages/mainMenuPage.ts:80 78 | async expectMenuItemsCount(liItemsCount: number) { 79 | // expect li items count in menu > 80 | await expect(this.list.locator("li")).toHaveCount(liItemsCount); | ^ 81 | } 82 | } 83 | at MainMenuPage.expectMenuItemsCount (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/mainMenuPage.ts:80:43) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/singlePermissions/channelsWebhooks.spec.ts:33:22
[chromium] › singlePermissions/channelsWebhooks.spec.ts:10:5 › TC: SALEOR_11 User should be able to navigate to channel list as a staff member using CHANNEL permission @e2e: playwright/tests/singlePermissions/channelsWebhooks.spec.ts#L1
2) [chromium] › singlePermissions/channelsWebhooks.spec.ts:10:5 › TC: SALEOR_11 User should be able to navigate to channel list as a staff member using CHANNEL permission @e2e Test timeout of 60000ms exceeded.
[chromium] › singlePermissions/channelsWebhooks.spec.ts:10:5 › TC: SALEOR_11 User should be able to navigate to channel list as a staff member using CHANNEL permission @e2e: playwright/pages/mainMenuPage.ts#L62
2) [chromium] › singlePermissions/channelsWebhooks.spec.ts:10:5 › TC: SALEOR_11 User should be able to navigate to channel list as a staff member using CHANNEL permission @e2e Error: locator.click: Test timeout of 60000ms exceeded. Call log: - waiting for getByTestId('menu-item-label-configure') at ../pages/mainMenuPage.ts:62 60 | } 61 | async openConfiguration() { > 62 | await this.configuration.click(); | ^ 63 | } 64 | async openApps() { 65 | await this.app.click(); at MainMenuPage.openConfiguration (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/mainMenuPage.ts:62:30) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/singlePermissions/channelsWebhooks.spec.ts:18:22
run-tests (2/2)
Process completed with exit code 1.
[chromium] › girftCards.spec.ts:48:5 › TC: SALEOR_107 Resend code @e2e @gift: playwright/pages/basePage.ts#L112
1) [chromium] › girftCards.spec.ts:48:5 › TC: SALEOR_107 Resend code @e2e @gift ────────────────── Error: locator.waitFor: Timeout 10000ms exceeded. Call log: - waiting for locator('[data-testid="data-grid-canvas"]').locator('table').first().locator('tbody tr').first() at ../pages/basePage.ts:112 110 | .locator("tbody tr") 111 | .first() > 112 | .waitFor({ state: "attached", timeout: 10000 }); | ^ 113 | } 114 | 115 | private async findGridCellBounds(col: number, row: number) { at GiftCardsPage.waitForGrid (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:112:8) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/girftCards.spec.ts:50:23
[chromium] › girftCards.spec.ts:48:5 › TC: SALEOR_107 Resend code @e2e @gift: playwright/pages/basePage.ts#L112
1) [chromium] › girftCards.spec.ts:48:5 › TC: SALEOR_107 Resend code @e2e @gift ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Timeout 10000ms exceeded. Call log: - waiting for locator('[data-testid="data-grid-canvas"]').locator('table').first().locator('tbody tr').first() at ../pages/basePage.ts:112 110 | .locator("tbody tr") 111 | .first() > 112 | .waitFor({ state: "attached", timeout: 10000 }); | ^ 113 | } 114 | 115 | private async findGridCellBounds(col: number, row: number) { at GiftCardsPage.waitForGrid (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:112:8) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/girftCards.spec.ts:50:23
[chromium] › girftCards.spec.ts:48:5 › TC: SALEOR_107 Resend code @e2e @gift: playwright/pages/basePage.ts#L112
1) [chromium] › girftCards.spec.ts:48:5 › TC: SALEOR_107 Resend code @e2e @gift ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Timeout 10000ms exceeded. Call log: - waiting for locator('[data-testid="data-grid-canvas"]').locator('table').first().locator('tbody tr').first() at ../pages/basePage.ts:112 110 | .locator("tbody tr") 111 | .first() > 112 | .waitFor({ state: "attached", timeout: 10000 }); | ^ 113 | } 114 | 115 | private async findGridCellBounds(col: number, row: number) { at GiftCardsPage.waitForGrid (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:112:8) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/girftCards.spec.ts:50:23
[chromium] › discountAndVouchers.spec.ts:242:5 › TC:SALEOR_95 Edit voucher - assign voucher to specific collection @vouchers @e2e: playwright/tests/discountAndVouchers.spec.ts#L1
2) [chromium] › discountAndVouchers.spec.ts:242:5 › TC:SALEOR_95 Edit voucher - assign voucher to specific collection @vouchers @e2e Test timeout of 60000ms exceeded.
[chromium] › discountAndVouchers.spec.ts:242:5 › TC:SALEOR_95 Edit voucher - assign voucher to specific collection @vouchers @e2e: playwright/pages/dialogs/assignSpecificProductsDialog.ts#L23
2) [chromium] › discountAndVouchers.spec.ts:242:5 › TC:SALEOR_95 Edit voucher - assign voucher to specific collection @vouchers @e2e Error: locator.click: Test timeout of 60000ms exceeded. Call log: - waiting for getByRole('row', { name: 'Featured Products' }).getByRole('checkbox') at ../pages/dialogs/assignSpecificProductsDialog.ts:23 21 | .getByRole("row", { name: nameAkaText }) 22 | .getByRole("checkbox"); > 23 | await specificProductCheckbox.click(); | ^ 24 | await this.clickAssignAndSaveButton(); 25 | await this.assignAndSaveButton.waitFor({ state: "hidden" }); 26 | } at AssignSpecificProductsDialog.assignSpecificProductsByNameAndSave (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/dialogs/assignSpecificProductsDialog.ts:23:35) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/discountAndVouchers.spec.ts:252:3
run-tests (1/2)
Process completed with exit code 1.
create-run-on-testmo
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run-tests (2/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/upload-artifact@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run-tests (1/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/upload-artifact@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
tests-complete
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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=W23L3Grq, version=3.19.4, name=snapshot-automation-tests-3.19
🎭 Playwright Run Summary
1 failed [chromium] › singlePermissions/channelsWebhooks.spec.ts:25:5 › TC: SALEOR_12 User should be able to navigate to webhooks and events as a staff member using CHANNEL permission @e2e 1 flaky [chromium] › singlePermissions/channelsWebhooks.spec.ts:10:5 › TC: SALEOR_11 User should be able to navigate to channel list as a staff member using CHANNEL permission @e2e 1 skipped 59 passed (4.3m)
🎭 Playwright Run Summary
1 failed [chromium] › girftCards.spec.ts:48:5 › TC: SALEOR_107 Resend code @e2e @gift ─────────────────── 1 flaky [chromium] › discountAndVouchers.spec.ts:242:5 › TC:SALEOR_95 Edit voucher - assign voucher to specific collection @vouchers @e2e 1 skipped 59 passed (4.7m)

Artifacts

Produced during runtime
Name Size
all-blob-reports Expired
6.84 MB
html-report--attempt-1 Expired
8.51 MB