Run test by cron #35
run-test-cron.yml
on: schedule
Annotations
12 errors, 4 warnings, and 8 notices
|
[chromium] › product.spec.ts:23:5 › TC: SALEOR_3 Create basic product with variants @e2e @product:
playwright/pages/dialogs/productCreateDialog.ts#L25
1) [chromium] › product.spec.ts:23:5 › TC: SALEOR_3 Create basic product with variants @e2e @Product
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('submit')
- locator resolved to <button disabled type="button" data-test-id="submit" dat…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not enabled - waiting...
at ../pages/dialogs/productCreateDialog.ts:25
23 | }
24 | async clickConfirmButton() {
> 25 | await this.confirmButton.click();
| ^
26 | }
27 | }
28 |
at ProductCreateDialog.clickConfirmButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/dialogs/productCreateDialog.ts:25:30)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/product.spec.ts:27:29
|
|
[chromium] › product.spec.ts:23:5 › TC: SALEOR_3 Create basic product with variants @e2e @product:
playwright/pages/dialogs/productCreateDialog.ts#L25
1) [chromium] › product.spec.ts:23:5 › TC: SALEOR_3 Create basic product with variants @e2e @Product
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('submit')
- locator resolved to <button disabled type="button" data-test-id="submit" dat…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not enabled - waiting...
at ../pages/dialogs/productCreateDialog.ts:25
23 | }
24 | async clickConfirmButton() {
> 25 | await this.confirmButton.click();
| ^
26 | }
27 | }
28 |
at ProductCreateDialog.clickConfirmButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/dialogs/productCreateDialog.ts:25:30)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/product.spec.ts:27:29
|
|
[chromium] › product.spec.ts:23:5 › TC: SALEOR_3 Create basic product with variants @e2e @product:
playwright/pages/dialogs/productCreateDialog.ts#L25
1) [chromium] › product.spec.ts:23:5 › TC: SALEOR_3 Create basic product with variants @e2e @Product
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('submit')
- locator resolved to <button disabled type="button" data-test-id="submit" dat…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not enabled - waiting...
at ../pages/dialogs/productCreateDialog.ts:25
23 | }
24 | async clickConfirmButton() {
> 25 | await this.confirmButton.click();
| ^
26 | }
27 | }
28 |
at ProductCreateDialog.clickConfirmButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/dialogs/productCreateDialog.ts:25:30)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/product.spec.ts:27:29
|
[chromium] › shippingMethods.spec.ts:58: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:58:5 › TC: SALEOR_33 Add weight rate to shipping method - with included zip codes and excluded product @shipping-method @e2e
Test timeout of 60000ms exceeded.
|
[chromium] › shippingMethods.spec.ts:58:5 › TC: SALEOR_33 Add weight rate to shipping method - with included zip codes and excluded product @shipping-method @e2e:
playwright/pages/shippingRatesPage.ts#L61
2) [chromium] › shippingMethods.spec.ts:58: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 60000ms exceeded.
Call log:
- waiting for getByTestId('assign-and-save-button')
at ../pages/shippingRatesPage.ts:61
59 | await this.assignProductsDialog.searchForProductInDialog(name);
60 | await this.assignProductsDialog.selectProduct(name);
> 61 | await this.assignProductsDialog.assignAndSaveButton.click();
| ^
62 | await this.assignProductsDialog.assignAndSaveButton.waitFor({
63 | state: "hidden",
64 | timeout: 5000,
at ShippingRatesPage.addExcludedProduct (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/shippingRatesPage.ts:61:60)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/shippingMethods.spec.ts:76:3
|
run-tests (2/2)
Process completed with exit code 1.
|
[chromium] › attributes.spec.ts:48:9 › TC: SALEOR_125 User should be able to create PRODUCT_TYPE NUMERIC attribute without ability to add values:
playwright/pages/basePage.ts#L103
1) [chromium] › attributes.spec.ts:48:9 › TC: SALEOR_125 User should be able to create PRODUCT_TYPE NUMERIC attribute without ability to add values, NOT required, private @e2e @attributes
Error: locator.waitFor: Timeout 15000ms exceeded.
Call log:
- waiting for locator('[data-test-type="success"]').first() to be visible
at ../pages/basePage.ts:103
101 | await this.successBanner
102 | .first()
> 103 | .waitFor({ state: "visible", timeout: 15000 });
| ^
104 | await expect(
105 | this.errorBanner,
106 | "No error banner should be visible",
at AttributesPage.expectSuccessBanner (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:103:8)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:61:28
|
[chromium] › giftCards.spec.ts:14:5 › TC: SALEOR_105 Issue gift card @e2e @gift:
playwright/tests/giftCards.spec.ts#L34
2) [chromium] › giftCards.spec.ts:14:5 › TC: SALEOR_105 Issue gift card @e2e @gift ───────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 11
Received: 12
32 | const actualNumberOfRows = await giftCardsPage.getNumberOfGridRows();
33 | const expectedNumberOfRows = originalNumberOfGiftCards + 1;
> 34 | await expect(actualNumberOfRows).toEqual(expectedNumberOfRows);
| ^
35 | });
36 | test("TC: SALEOR_106 Issue gift card with specific customer and expiry date @e2e @gift", async () => {
37 | await giftCardsPage.gotoGiftCardsListView();
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/giftCards.spec.ts:34:36
|
[chromium] › giftCards.spec.ts:36:5 › TC: SALEOR_106 Issue gift card with specific customer and expiry date @e2e @gift:
playwright/tests/giftCards.spec.ts#L55
3) [chromium] › giftCards.spec.ts:36:5 › TC: SALEOR_106 Issue gift card with specific customer and expiry date @e2e @gift
Error: expect(received).toEqual(expected) // deep equality
Expected: 11
Received: 12
53 | await giftCardsPage.waitForGrid();
54 | const expectedNumberOfRows = originalNumberOfGiftCards + 1;
> 55 | await expect(actualNumberOfRows).toEqual(expectedNumberOfRows);
| ^
56 | });
57 | test("TC: SALEOR_107 Resend code @e2e @gift", async () => {
58 | await giftCardsPage.gotoGiftCardsListView();
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/giftCards.spec.ts:55:36
|
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://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=fkzcgBZY, version=3.20.0, name=snapshot-automation-tests
|
🎭 Playwright Run Summary
1 failed
[chromium] › product.spec.ts:23:5 › TC: SALEOR_3 Create basic product with variants @e2e @Product
1 flaky
[chromium] › shippingMethods.spec.ts:58:5 › TC: SALEOR_33 Add weight rate to shipping method - with included zip codes and excluded product @shipping-method @e2e
2 skipped
98 passed (7.2m)
|
🎭 Playwright Run Summary
3 flaky
[chromium] › attributes.spec.ts:48:9 › TC: SALEOR_125 User should be able to create PRODUCT_TYPE NUMERIC attribute without ability to add values, NOT required, private @e2e @attributes
[chromium] › giftCards.spec.ts:14:5 › TC: SALEOR_105 Issue gift card @e2e @gift ────────────────
[chromium] › giftCards.spec.ts:36:5 › TC: SALEOR_106 Issue gift card with specific customer and expiry date @e2e @gift
1 skipped
99 passed (8.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
36.7 MB |
|
html-report--attempt-1
Expired
|
39.1 MB |
|