Run test by cron #48
run-test-cron.yml
on: schedule
Annotations
6 errors, 8 warnings, and 8 notices
[chromium] › shippingMethods.spec.ts:31:5 › TC: SALEOR_32 Add price rate to shipping method - with excluded zip codes and excluded product @shipping-method @e2e:
playwright/tests/shippingMethods.spec.ts#L1
1) [chromium] › shippingMethods.spec.ts:31:5 › TC: SALEOR_32 Add price rate to shipping method - with excluded zip codes and excluded product @shipping-method @e2e
Test timeout of 45000ms exceeded.
|
[chromium] › shippingMethods.spec.ts:31:5 › TC: SALEOR_32 Add price rate to shipping method - with excluded zip codes and excluded product @shipping-method @e2e:
playwright/pages/shippingRatesPage.ts#L50
1) [chromium] › shippingMethods.spec.ts:31:5 › TC: SALEOR_32 Add price rate to shipping method - with excluded zip codes and excluded product @shipping-method @e2e
Error: locator.click: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByTestId('assign-and-save-button')
- locator resolved to <button type="submit" data-test-state="default" data-mac…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at ../pages/shippingRatesPage.ts:50
48 | await this.assignProductsDialog.searchForProductInDialog(name);
49 | await this.assignProductsDialog.selectProduct(name);
> 50 | await this.assignProductsDialog.assignAndSaveButton.click();
| ^
51 | await this.assignProductsDialog.assignAndSaveButton.waitFor({
52 | state: "hidden",
53 | timeout: 5000,
at ShippingRatesPage.addExcludedProduct (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/shippingRatesPage.ts:50:57)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/shippingMethods.spec.ts:46:3
|
[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/tests/shippingMethods.spec.ts#L1
2) [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
Test timeout of 45000ms exceeded.
|
[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/shippingRatesPage.ts#L50
2) [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: locator.click: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByTestId('assign-and-save-button')
- locator resolved to <button type="submit" data-test-state="default" data-mac…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at ../pages/shippingRatesPage.ts:50
48 | await this.assignProductsDialog.searchForProductInDialog(name);
49 | await this.assignProductsDialog.selectProduct(name);
> 50 | await this.assignProductsDialog.assignAndSaveButton.click();
| ^
51 | await this.assignProductsDialog.assignAndSaveButton.waitFor({
52 | state: "hidden",
53 | timeout: 5000,
at ShippingRatesPage.addExcludedProduct (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/shippingRatesPage.ts:50:57)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/shippingMethods.spec.ts:68:3
|
[chromium] › attributes.spec.ts:58:9 › TC: SALEOR_125 User should be able to create PAGE_TYPE DATE_TIME attribute without ability to add values:
playwright/tests/attributes.spec.ts#L70
1) [chromium] › attributes.spec.ts:58:9 › TC: SALEOR_125 User should be able to create PAGE_TYPE DATE_TIME attribute without ability to add values, NOT required, private @e2e @attributes
Error: Timed out 10000ms waiting for expect(locator).not.toBeVisible()
Locator: getByTestId('attribute-values-section')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 10000ms
- 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"
- 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"
68 | await attributesPage.fillAttributeSlug(uniqueSlug);
69 | await attributesPage.selectAttributeInputType(type);
> 70 | await expect(attributesPage.attrValuesSection).not.toBeVisible();
| ^
71 | await expect(attributesPage.assignAttributeValueButton).not.toBeVisible();
72 | await attributesPage.clickValueRequiredCheckbox();
73 | await attributesPage.changeAttributeVisibility();
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:70:58
|
[chromium] › customers.spec.ts:125:5 › TC: SALEOR_205 Bulk delete customers @e2e @customer:
playwright/pages/basePage.ts#L186
2) [chromium] › customers.spec.ts:125:5 › TC: SALEOR_205 Bulk delete customers @e2e @customer ────
Error: expect(received).toEqual(expected) // deep equality
Expected: "e2e_customer_1 bulk-delete"
Received: "Benjamin Austin"
at ../pages/basePage.ts:186
184 |
185 | searchResults.push(searchResult);
> 186 | await expect(searchResult).toEqual(listToCheck[i]);
| ^
187 | await this.clickGridCell(columnNumber, rowsToCheck[i]);
188 | }
189 | }
at CustomersPage.checkGridCellTextAndClick (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:186:34)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/customers.spec.ts:133:3
|
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/.
|
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://automation-dashboard.staging.saleor.cloud/dashboard/
|
API_URL
https://automation-dashboard.staging.saleor.cloud/graphql/
|
POOL_NAME
automation-dashboard
|
POOL_INSTANCE
https://automation-dashboard.staging.saleor.cloud
|
BACKUP_NAMESPACE
snapshot-automation-tests
|
SNAPSHOT
backup_id=PWH20T5w, version=3.20.0, name=snapshot-automation-tests
|
🎭 Playwright Run Summary
2 flaky
[chromium] › shippingMethods.spec.ts:31:5 › TC: SALEOR_32 Add price rate to shipping method - with excluded zip codes and excluded product @shipping-method @e2e
[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
111 passed (4.4m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › attributes.spec.ts:58:9 › TC: SALEOR_125 User should be able to create PAGE_TYPE DATE_TIME attribute without ability to add values, NOT required, private @e2e @attributes
[chromium] › customers.spec.ts:125:5 › TC: SALEOR_205 Bulk delete customers @e2e @customer ─────
2 skipped
109 passed (4.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
18.3 MB |
|
html-report--attempt-1
Expired
|
20.6 MB |
|