Bump react to 18 #4045
Annotations
6 errors and 1 notice
Run playwright tests:
playwright/tests/orders.spec.ts#L1
1) [e2e] › orders.spec.ts:403:5 › TC: SALEOR_216 Order type discount is applied to a draft order @draft @Discounts @e2e
Test timeout of 105000ms exceeded.
|
Run playwright tests:
playwright/pages/dialogs/draftOrderCreateDialog.ts#L20
1) [e2e] › orders.spec.ts:403:5 › TC: SALEOR_216 Order type discount is applied to a draft order @draft @Discounts @e2e
Error: locator.click: Test timeout of 105000ms exceeded.
Call log:
- waiting for getByTestId('submit')
- locator resolved to <button type="button" data-test-id="submit" data-test-state="default" data-macaw-ui-component="Button" class="_18fs8ps2rc _18fs8ps310 _18fs8ps280 _18fs8ps2ho _18fs8ps10 _18fs8ps1l _18fs8ps1mr _18fs8ps3 _18fs8ps3z0 _18fs8ps1zu _18fs8ps3t0 _18fs8ps3ti _18fs8ps3j0 _18fs8ps3jp _18fs8ps3jg _18fs8ps3k5 _18fs8ps3iu _18fs8ps3bo _18fs8ps3e6 _18fs8ps3uo _18fs8ps3v1 _18fs8ps3us _18fs8ps3w5 _18fs8ps3w6 _18fs8ps24o _1tm59qwh _18fs8ps290 _18fs8ps2io _18fs8ps2ro _18fs8ps31c _18fs8ps1gf _18fs8ps1fi _18fs8ps1i9 _18fs8…>…</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <li role="option" aria-disabled="false" aria-selected="false" id="downshift-:r19:-item-1" data-test-id="select-option" data-macaw-ui-component="List.Item" class="_8bnj8qa _18fs8ps2s0 _18fs8ps31o _18fs8ps28o _18fs8ps2ic _18fs8ps3 _18fs8ps10 _18fs8ps3t0 _18fs8ps3ti _18fs8ps3s0 _18fs8ps3pt _18fs8ps3pd _18fs8ps3p2">…</li> from <div aria-hidden="true" data-aria-hidden="true" class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <li role="option" aria-disabled="false" aria-selected="false" id="downshift-:r19:-item-1" data-test-id="select-option" data-macaw-ui-component="List.Item" class="_8bnj8qa _18fs8ps2s0 _18fs8ps31o _18fs8ps28o _18fs8ps2ic _18fs8ps3 _18fs8ps10 _18fs8ps3t0 _18fs8ps3ti _18fs8ps3s0 _18fs8ps3pt _18fs8ps3pd _18fs8ps3p2">…</li> from <div aria-hidden="true" data-aria-hidden="true" class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
188 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <li role="option" aria-disabled="false" aria-selected="false" id="downshift-:r19:-item-1" data-test-id="select-option" data-macaw-ui-component="List.Item" class="_8bnj8qa _18fs8ps2s0 _18fs8ps31o _18fs8ps28o _18fs8ps2ic _18fs8ps3 _18fs8ps10 _18fs8ps3t0 _18fs8ps3ti _18fs8ps3s0 _18fs8ps3pt _18fs8ps3pd _18fs8ps3p2">…</li> from <div aria-hidden="true" data-aria-hidden="true" class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
at ../pages/dialogs/draftOrderCreateDialog.ts:20
18 |
19 | async clickConfirmButton() {
> 20 | await this.confirmButton.click();
| ^
21 | }
22 |
23 | async completeDraftOrderCreateDialogWithFirstChannel() {
at DraftOrderCreateDialog.clickConfirmButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/dialogs/draftOrderCreateDialog.ts:20:30)
at DraftOrderCreateDialog.completeDraftOrderCreateDialogWithSpecificChannel (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/dialogs/draftOrderCreateDialog.ts:32:16)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:407:3
|
|
Run playwright tests:
playwright/pages/forms/addressForm.ts#L24
2) [e2e] › orders.spec.ts:467:5 › TC: SALEOR_217 Complete basic order for non existing customer @e2e @order
Error: locator.fill: Test timeout of 35000ms exceeded.
Call log:
- waiting for getByTestId('first-name-input').locator('input')
at ../pages/forms/addressForm.ts:24
22 |
23 | async typeFirstName(name: string) {
> 24 | await this.firstNameInput.fill(name);
| ^
25 | }
26 |
27 | async typeLastName(lastName: string) {
at AddressForm.typeFirstName (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/forms/addressForm.ts:24:31)
at AddressForm.completeBasicInfoAddressForm (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/forms/addressForm.ts:72:16)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:475:21
|
Run playwright tests:
playwright/pages/basePage.ts#L117
3) [e2e] › translations.spec.ts:60:5 › TC: SALEOR_123 Should be able to clear translation @e2e @translations
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('[data-test-type="success"]').first() to be visible
at ../pages/basePage.ts:117
115 | .waitFor({ state: "visible", timeout: options.timeout });
116 | } else {
> 117 | await this.successBanner.first().waitFor({ state: "visible", timeout: options.timeout });
| ^
118 | }
119 |
120 | await expect(this.errorBanner, "No error banner should be visible").not.toBeVisible();
at TranslationsPage.expectSuccessBanner (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:117:40)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/translations.spec.ts:80:26
|
Run playwright tests
Process completed with exit code 1.
|
Run playwright tests
3 failed
[e2e] › orders.spec.ts:403:5 › TC: SALEOR_216 Order type discount is applied to a draft order @draft @Discounts @e2e
[e2e] › orders.spec.ts:467:5 › TC: SALEOR_217 Complete basic order for non existing customer @e2e @order
[e2e] › translations.spec.ts:60:5 › TC: SALEOR_123 Should be able to clear translation @e2e @translations
114 passed (4.5m)
|
Loading