Run test manually #224
run-test-manual.yml
on: workflow_dispatch
Annotations
5 errors, 8 warnings, and 9 notices
[chromium] › orders.spec.ts:338:5 › TC: SALEOR_215 Inline discount is applied in a draft order @draft @discounts @e2e:
playwright/pages/basePage.ts#L158
1) [chromium] › orders.spec.ts:338:5 › TC: SALEOR_215 Inline discount is applied in a draft order @draft @Discounts @e2e
Error: locator.waitFor: Timeout 50000ms exceeded.
Call log:
- waiting for locator('[data-testid="data-grid-canvas"]').locator('table').first().locator('tbody tr').first()
at ../pages/basePage.ts:158
156 | .locator("tbody tr")
157 | .first()
> 158 | .waitFor({ state: "attached", timeout: 50000 });
| ^
159 | }
160 |
161 | private async findGridCellBounds(col: number, row: number, nthChild = 0) {
at OrdersPage.waitForGrid (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:158:8)
at OrdersPage.goToExistingOrderPage (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/ordersPage.ts:127:16)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:344:3
|
[chromium] › orders.spec.ts:338:5 › TC: SALEOR_215 Inline discount is applied in a draft order @draft @discounts @e2e:
playwright/pages/basePage.ts#L158
1) [chromium] › orders.spec.ts:338:5 › TC: SALEOR_215 Inline discount is applied in a draft order @draft @Discounts @e2e
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Timeout 50000ms exceeded.
Call log:
- waiting for locator('[data-testid="data-grid-canvas"]').locator('table').first().locator('tbody tr').first()
at ../pages/basePage.ts:158
156 | .locator("tbody tr")
157 | .first()
> 158 | .waitFor({ state: "attached", timeout: 50000 });
| ^
159 | }
160 |
161 | private async findGridCellBounds(col: number, row: number, nthChild = 0) {
at OrdersPage.waitForGrid (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:158:8)
at OrdersPage.goToExistingOrderPage (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/ordersPage.ts:127:16)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:344:3
|
[chromium] › orders.spec.ts:338:5 › TC: SALEOR_215 Inline discount is applied in a draft order @draft @discounts @e2e:
playwright/pages/basePage.ts#L158
1) [chromium] › orders.spec.ts:338:5 › TC: SALEOR_215 Inline discount is applied in a draft order @draft @Discounts @e2e
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Timeout 50000ms exceeded.
Call log:
- waiting for locator('[data-testid="data-grid-canvas"]').locator('table').first().locator('tbody tr').first()
at ../pages/basePage.ts:158
156 | .locator("tbody tr")
157 | .first()
> 158 | .waitFor({ state: "attached", timeout: 50000 });
| ^
159 | }
160 |
161 | private async findGridCellBounds(col: number, row: number, nthChild = 0) {
at OrdersPage.waitForGrid (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:158:8)
at OrdersPage.goToExistingOrderPage (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/ordersPage.ts:127:16)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:344:3
|
[chromium] › shippingMethods.spec.ts:32:5 › TC: SALEOR_32 Add price rate to shipping method - with excluded zip codes and excluded product @shipping-method @e2e:
playwright/pages/dialogs/assignProductsDialog.ts#L38
2) [chromium] › shippingMethods.spec.ts:32:5 › TC: SALEOR_32 Add price rate to shipping method - with excluded 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:38
36 | await product.getByRole("checkbox").click();
37 | await this.waitForDOMToFullyLoad();
> 38 | await expect(product.getByRole("checkbox")).toBeChecked();
| ^
39 | }
40 | }
41 |
at AssignProductsDialog.selectProduct (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/dialogs/assignProductsDialog.ts:38: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:47:3
|
run-tests (2/2)
Process completed with exit code 1.
|
create-run-on-testmo
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@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, actions/cache@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, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
tests-complete
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/
|
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://v320.staging.saleor.cloud/dashboard/
|
API_URL
https://v320.staging.saleor.cloud/graphql/
|
POOL_NAME
3.20 Staging
|
POOL_INSTANCE
https://v320.staging.saleor.cloud/
|
BACKUP_NAMESPACE
snapshot-automation-tests-3.20
|
SNAPSHOT
backup_id=wUWYNJ6J, version=3.20.0a0, name=snapshot-automation-tests-3.20
|
SALEOR_CLOUD_SERVICE
saleor-master-staging
|
🎭 Playwright Run Summary
1 failed
[chromium] › orders.spec.ts:338:5 › TC: SALEOR_215 Inline discount is applied in a draft order @draft @Discounts @e2e
1 flaky
[chromium] › shippingMethods.spec.ts:32:5 › TC: SALEOR_32 Add price rate to shipping method - with excluded zip codes and excluded product @shipping-method @e2e
115 passed (4.7m)
|
🎭 Playwright Run Summary
1 skipped
116 passed (4.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
10.5 MB |
|
html-report--attempt-1
Expired
|
12.4 MB |
|