Skip to content

Migrate Transaction Refund Datagrid to GridTable #1907

Migrate Transaction Refund Datagrid to GridTable

Migrate Transaction Refund Datagrid to GridTable #1907

Triggered via pull request May 16, 2024 14:10
Status Failure
Total duration 15m 35s
Artifacts 2

pr-automation.yml

on: pull_request
initialize-cloud
1m 25s
initialize-cloud
deploy-dashboard
3m 45s
deploy-dashboard
Matrix: run-tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors, 5 warnings, and 8 notices
[chromium] › shippingMethods.spec.ts:52:5 › TC: SALEOR_33 Add weight rate to shipping method - with included zip codes and excluded product @shipping-method @e2e: playwright/pages/dialogs/assignProductsDialog.ts#L34
1) [chromium] › shippingMethods.spec.ts:52:5 › TC: SALEOR_33 Add weight rate to shipping method - with included zip codes and excluded product @shipping-method @e2e Error: Timed out 5000ms waiting for expect(locator).toBeChecked() Locator: getByTestId('product-row').filter({ hasText: 'Bean Juice' }).getByRole('checkbox') Expected: checked Received: unchecked Call log: - expect.toBeChecked with timeout 5000ms - waiting for getByTestId('product-row').filter({ hasText: 'Bean Juice' }).getByRole('checkbox') at ../pages/dialogs/assignProductsDialog.ts:34 32 | await product.waitFor({ state: "visible" }); 33 | await product.getByRole("checkbox").click(); > 34 | await expect(product.getByRole("checkbox")).toBeChecked(); | ^ 35 | } 36 | } 37 | at AssignProductsDialog.selectProduct (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/dialogs/assignProductsDialog.ts:34:49) at ShippingRatesPage.addExcludedProduct (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/shippingRatesPage.ts:53:5) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/shippingMethods.spec.ts:68:3
[chromium] › giftCards.spec.ts:44:5 › TC: SALEOR_106 Issue gift card with specific customer and expiry date @e2e @gift: playwright/tests/giftCards.spec.ts#L1
1) [chromium] › giftCards.spec.ts:44:5 › TC: SALEOR_106 Issue gift card with specific customer and expiry date @e2e @gift Test timeout of 90000ms exceeded.
[chromium] › giftCards.spec.ts:44:5 › TC: SALEOR_106 Issue gift card with specific customer and expiry date @e2e @gift: playwright/pages/dialogs/issueGiftCardDialog.ts#L48
1) [chromium] › giftCards.spec.ts:44:5 › TC: SALEOR_106 Issue gift card with specific customer and expiry date @e2e @gift Error: locator.waitFor: Test timeout of 90000ms exceeded. Call log: - waiting for getByTestId('autocomplete-dropdown') at ../pages/dialogs/issueGiftCardDialog.ts:48 46 | async selectCustomer(customer: string) { 47 | await this.customerInput.fill(customer); > 48 | await this.dropdown.waitFor({ state: "attached" }); | ^ 49 | await this.option.filter({ hasText: customer }).waitFor({ state: "visible" }); 50 | await this.option.filter({ hasText: customer }).click(); 51 | await expect(this.customerInput).toHaveValue(customer); at IssueGiftCardDialog.selectCustomer (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/dialogs/issueGiftCardDialog.ts:48:25) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/giftCards.spec.ts:50:3
[chromium] › giftCards.spec.ts:44:5 › TC: SALEOR_106 Issue gift card with specific customer and expiry date @e2e @gift: playwright/tests/giftCards.spec.ts#L1
1) [chromium] › giftCards.spec.ts:44:5 › TC: SALEOR_106 Issue gift card with specific customer and expiry date @e2e @gift Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded.
[chromium] › giftCards.spec.ts:44:5 › TC: SALEOR_106 Issue gift card with specific customer and expiry date @e2e @gift: playwright/pages/dialogs/issueGiftCardDialog.ts#L49
1) [chromium] › giftCards.spec.ts:44:5 › TC: SALEOR_106 Issue gift card with specific customer and expiry date @e2e @gift Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Test timeout of 90000ms exceeded. Call log: - waiting for getByTestId('single-autocomplete-select-option').filter({ hasText: 'e2e-customer to-be-activated' }) to be visible at ../pages/dialogs/issueGiftCardDialog.ts:49 47 | await this.customerInput.fill(customer); 48 | await this.dropdown.waitFor({ state: "attached" }); > 49 | await this.option.filter({ hasText: customer }).waitFor({ state: "visible" }); | ^ 50 | await this.option.filter({ hasText: customer }).click(); 51 | await expect(this.customerInput).toHaveValue(customer); 52 | } at IssueGiftCardDialog.selectCustomer (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/dialogs/issueGiftCardDialog.ts:49:53) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/giftCards.spec.ts:50:3
run-tests (1/2)
Process completed with exit code 1.
BASE_URL
https://pr-4855.dashboard.saleor.rocks
API_URL
https://pr-4855.staging.saleor.cloud/graphql/
POOL_NAME
pr-4855
POOL_INSTANCE
https://pr-4855.staging.saleor.cloud
BACKUP_NAMESPACE
snapshot-automation-tests
SNAPSHOT
backup_id=PWH20T5w, version=3.20.0, name=snapshot-automation-tests
🎭 Playwright Run Summary
1 flaky [chromium] › shippingMethods.spec.ts:52:5 › TC: SALEOR_33 Add weight rate to shipping method - with included zip codes and excluded product @shipping-method @e2e 112 passed (4.6m)
🎭 Playwright Run Summary
1 failed [chromium] › giftCards.spec.ts:44:5 › TC: SALEOR_106 Issue gift card with specific customer and expiry date @e2e @gift 2 skipped 110 passed (6.7m)
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/.
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/
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/.

Artifacts

Produced during runtime
Name Size
all-blob-reports Expired
25.9 MB
html-report--attempt-1 Expired
28.3 MB