Skip to content

Fix problem with keeping long list of selected items in product and page type #2927

Fix problem with keeping long list of selected items in product and page type

Fix problem with keeping long list of selected items in product and page type #2927

Triggered via pull request August 2, 2024 11:55
Status Success
Total duration 14m 33s
Artifacts 2

pr-automation.yml

on: pull_request
initialize-cloud
3m 22s
initialize-cloud
deploy-dashboard
2m 36s
deploy-dashboard
Matrix: run-tests
merge-reports
51s
merge-reports
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 5 warnings, and 9 notices
[chromium] › orders.spec.ts:378:5 › TC: SALEOR_216 Order type discount is applied to a draft order @draft @discounts @e2e: playwright/tests/orders.spec.ts#L1
1) [chromium] › orders.spec.ts:378:5 › TC: SALEOR_216 Order type discount is applied to a draft order @draft @Discounts @e2e Test timeout of 90000ms exceeded.
[chromium] › orders.spec.ts:378:5 › TC: SALEOR_216 Order type discount is applied to a draft order @draft @discounts @e2e: playwright/pages/draftOrdersPage.ts#L46
1) [chromium] › orders.spec.ts:378:5 › TC: SALEOR_216 Order type discount is applied to a draft order @draft @Discounts @e2e Error: locator.click: Test timeout of 90000ms exceeded. Call log: - waiting for getByTestId('create-draft-order-button') - locator resolved to <button type="button" data-state="closed" data-test-id="…>Create order</button> - attempting click action - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="MuiTypography-root MuiTypography-h5">Something went wrong</div> from <div class="jss1">…</div> subtree intercepts pointer events - retrying click action, attempt #1 - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="MuiTypography-root MuiTypography-h5">Something went wrong</div> from <div class="jss1">…</div> subtree intercepts pointer events - retrying click action, attempt #2 - waiting 20ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="MuiTypography-root MuiTypography-h5">Something went wrong</div> from <div class="jss1">…</div> subtree intercepts pointer events - retrying click action, attempt #3 - waiting 100ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="MuiSnackbarContent-message jss68">…</div> from <div class="jss1">…</div> subtree intercepts pointer events - retrying click action, attempt #4 - waiting 100ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="MuiSnackbarContent-message jss68">…</div> from <div class="jss1">…</div> subtree intercepts pointer events - retrying click action, attempt #5 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="MuiTypography-root MuiTypography-h5">Something went wrong</div> from <div class="jss1">…</div> subtree intercepts pointer events - retrying click action, attempt #6 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="MuiTypography-root MuiTypography-h5">Something went wrong</div> from <div class="jss1">…</div> subtree intercepts pointer events - retrying click action, attempt #7 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="MuiSnackbarContent-message jss68">…</div> from <div class="jss1">…</div> subtree intercepts pointer events - retrying click action, attempt #8 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="MuiSnackbarContent-message jss68">…</div> from <div class="jss1">…</div> subtree intercepts pointer events - retrying click action, attempt #9 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="MuiTypography-root MuiTypography-h5">Something we
[chromium] › product.spec.ts:218:5 › TC: SALEOR_59 As an admin I should be able to filter products by channel on product list view @basic-regression @product @e2e: playwright/tests/product.spec.ts#L1
2) [chromium] › product.spec.ts:218:5 › TC: SALEOR_59 As an admin I should be able to filter products by channel on product list view @basic-regression @Product @e2e Test timeout of 30000ms exceeded.
[chromium] › product.spec.ts:218:5 › TC: SALEOR_59 As an admin I should be able to filter products by channel on product list view @basic-regression @product @e2e: playwright/pages/basePage.ts#L123
2) [chromium] › product.spec.ts:218:5 › TC: SALEOR_59 As an admin I should be able to filter products by channel on product list view @basic-regression @Product @e2e Error: page.waitForResponse: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for response "**/graphql/" ============================================================ at ../pages/basePage.ts:123 121 | 122 | async waitForNetworkIdleAfterAction(action: () => Promise<void>, timeoutMs = 90000) { > 123 | const responsePromise = this.page.waitForResponse("**/graphql/", { | ^ 124 | timeout: timeoutMs, 125 | }); 126 | at ProductPage.waitForNetworkIdleAfterAction (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:123:39) at ProductPage.typeInSearchOnListView (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:72:16) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/product.spec.ts:225:21
deploy-dashboard
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3, bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3, actions/cache@v3, aws-actions/configure-aws-credentials@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. 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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
merge-reports
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/
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-5088.dashboard.saleor.rocks
API_URL
https://pr-5088.staging.saleor.cloud/graphql/
POOL_NAME
pr-5088
POOL_INSTANCE
https://pr-5088.staging.saleor.cloud
BACKUP_NAMESPACE
snapshot-automation-tests
SNAPSHOT
backup_id=io2uW86I, version=3.21.0, name=snapshot-automation-tests
SALEOR_CLOUD_SERVICE
saleor-master-staging
🎭 Playwright Run Summary
2 flaky [chromium] › orders.spec.ts:378:5 › TC: SALEOR_216 Order type discount is applied to a draft order @draft @Discounts @e2e [chromium] › product.spec.ts:218:5 › TC: SALEOR_59 As an admin I should be able to filter products by channel on product list view @basic-regression @Product @e2e 115 passed (5.6m)
🎭 Playwright Run Summary
1 skipped 117 passed (5.6m)

Artifacts

Produced during runtime
Name Size
all-blob-reports Expired
15 MB
html-report--attempt-1 Expired
17 MB