Fix show multiple gift cards in order details #1587
pr-automation.yml
on: pull_request
Annotations
5 errors, 5 warnings, and 8 notices
[chromium] › singlePermissions/channelsWebhooks.spec.ts:40: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#L79
1) [chromium] › singlePermissions/channelsWebhooks.spec.ts:40: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:79
77 | async expectMenuItemsCount(liItemsCount: number) {
78 | // expect li items count in menu
> 79 | await expect(this.list.locator("li")).toHaveCount(liItemsCount);
| ^
80 | }
81 | }
82 |
at MainMenuPage.expectMenuItemsCount (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/mainMenuPage.ts:79:43)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/singlePermissions/channelsWebhooks.spec.ts:42:22
|
[chromium] › attributes.spec.ts:221:5 › TC: SALEOR_130 Bulk delete attributes @e2e @attributes:
playwright/tests/attributes.spec.ts#L234
1) [chromium] › attributes.spec.ts:221:5 › TC: SALEOR_130 Bulk delete attributes @e2e @attributes
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('empty-data-grid-text')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('empty-data-grid-text')
232 | );
233 | await attributesPage.expectSuccessBanner();
> 234 | await expect(attributesPage.emptyDataGridListView).toBeVisible();
| ^
235 | });
236 |
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:234:54
|
[chromium] › attributes.spec.ts:221:5 › TC: SALEOR_130 Bulk delete attributes @e2e @attributes:
playwright/pages/basePage.ts#L209
1) [chromium] › attributes.spec.ts:221:5 › TC: SALEOR_130 Bulk delete attributes @e2e @attributes
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Unable to find cell, col: 0, row: 1
at ../pages/basePage.ts:209
207 |
208 | if (!bounds)
> 209 | throw new Error(`Unable to find cell, col: ${col}, row: ${row}`);
| ^
210 |
211 | await this.page.mouse.click(bounds.center.x, bounds.center.y);
212 | }
at AttributesPage.clickGridCell (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:209:13)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:227:3
|
[chromium] › attributes.spec.ts:221:5 › TC: SALEOR_130 Bulk delete attributes @e2e @attributes:
playwright/pages/basePage.ts#L209
1) [chromium] › attributes.spec.ts:221:5 › TC: SALEOR_130 Bulk delete attributes @e2e @attributes
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Unable to find cell, col: 0, row: 1
at ../pages/basePage.ts:209
207 |
208 | if (!bounds)
> 209 | throw new Error(`Unable to find cell, col: ${col}, row: ${row}`);
| ^
210 |
211 | await this.page.mouse.click(bounds.center.x, bounds.center.y);
212 | }
at AttributesPage.clickGridCell (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:209:13)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:227:3
|
run-tests (1/2)
Process completed with exit code 1.
|
deploy-dashboard
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3, actions/cache@v3, aws-actions/configure-aws-credentials@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. 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. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
merge-reports
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/.
|
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://pr-4814.dashboard.saleor.rocks
|
API_URL
https://pr-4814.staging.saleor.cloud/graphql/
|
POOL_NAME
pr-4814
|
POOL_INSTANCE
https://pr-4814.staging.saleor.cloud
|
BACKUP_NAMESPACE
snapshot-automation-tests
|
SNAPSHOT
backup_id=ZrniYESk, version=3.20.0, name=snapshot-automation-tests
|
🎭 Playwright Run Summary
1 flaky
[chromium] › singlePermissions/channelsWebhooks.spec.ts:40:5 › TC: SALEOR_12 User should be able to navigate to webhooks and events as a staff member using CHANNEL permission @e2e
2 skipped
104 passed (6.0m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › attributes.spec.ts:221:5 › TC: SALEOR_130 Bulk delete attributes @e2e @attributes ─
1 skipped
105 passed (6.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
6.41 MB |
|
html-report--attempt-1
Expired
|
7.84 MB |
|