Feature: Withdraw charges #39
Annotations
3 errors, 6 warnings, and 2 notices
π§ͺ Running the e2e tests:
tests/pw/pages/basePage.ts#L639
1) [e2e_tests] βΊ withdraws.spec.ts:86:9 βΊ Withdraw test βΊ vendor can request withdraw @lite ββββββ
TimeoutError: page.fill: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for locator('#withdraw-amount')
locator resolved to <input required="" type="text" value="3683,2" placeholdβ¦/>
elementHandle.fill("5")
waiting for element to be visible, enabled and editable
element is not visible - waiting...
============================================================
at ../../pages/basePage.ts:639
637 | // fill in input field
638 | async fill(selector: string, text: string): Promise<void> {
> 639 | await this.page.fill(selector, text);
| ^
640 | }
641 |
642 | // fill if visible
at WithdrawsPage.fill (/home/runner/work/dokan/dokan/tests/pw/pages/basePage.ts:639:25)
at WithdrawsPage.clearAndType (/home/runner/work/dokan/dokan/tests/pw/pages/basePage.ts:617:20)
at WithdrawsPage.requestWithdraw (/home/runner/work/dokan/dokan/tests/pw/pages/withdrawsPage.ts:179:24)
at /home/runner/work/dokan/dokan/tests/pw/tests/e2e/withdraws.spec.ts:88:9
|
π§ͺ Running the e2e tests:
tests/pw/pages/basePage.ts#L639
1) [e2e_tests] βΊ withdraws.spec.ts:86:9 βΊ Withdraw test βΊ vendor can request withdraw @lite ββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
TimeoutError: page.fill: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for locator('#withdraw-amount')
locator resolved to <input required="" type="text" value="5004,7" placeholdβ¦/>
elementHandle.fill("5")
waiting for element to be visible, enabled and editable
element is not visible - waiting...
============================================================
at ../../pages/basePage.ts:639
637 | // fill in input field
638 | async fill(selector: string, text: string): Promise<void> {
> 639 | await this.page.fill(selector, text);
| ^
640 | }
641 |
642 | // fill if visible
at WithdrawsPage.fill (/home/runner/work/dokan/dokan/tests/pw/pages/basePage.ts:639:25)
at WithdrawsPage.clearAndType (/home/runner/work/dokan/dokan/tests/pw/pages/basePage.ts:617:20)
at WithdrawsPage.requestWithdraw (/home/runner/work/dokan/dokan/tests/pw/pages/withdrawsPage.ts:179:24)
at /home/runner/work/dokan/dokan/tests/pw/tests/e2e/withdraws.spec.ts:88:9
|
π§ͺ Running the e2e tests
Process completed with exit code 1.
|
π§ͺ Running the api tests:
tests/pw/[api_tests] βΊ products.spec.ts#L1
tests/pw/[api_tests] βΊ products.spec.ts took 6.3s
|
π§ͺ Running the api tests:
tests/pw/[api_tests] βΊ stores.spec.ts#L1
tests/pw/[api_tests] βΊ stores.spec.ts took 3.5s
|
π§ͺ Running the api tests:
tests/pw/[api_tests] βΊ orders.spec.ts#L1
tests/pw/[api_tests] βΊ orders.spec.ts took 3.3s
|
π§ͺ Running the e2e tests:
tests/pw/[e2e_tests] βΊ withdraws.spec.ts#L1
tests/pw/[e2e_tests] βΊ withdraws.spec.ts took 49.3s
|
π§ͺ Running the e2e tests:
tests/pw/[e2e_tests] βΊ products.spec.ts#L1
tests/pw/[e2e_tests] βΊ products.spec.ts took 35.5s
|
π§ͺ Running the e2e tests:
tests/pw/[e2e_tests] βΊ customer.spec.ts#L1
tests/pw/[e2e_tests] βΊ customer.spec.ts took 24.2s
|
π§ͺ Running the api tests
2 skipped
132 passed (19.7s)
|
π§ͺ Running the e2e tests
1 failed
[e2e_tests] βΊ withdraws.spec.ts:86:9 βΊ Withdraw test βΊ vendor can request withdraw @lite βββββββ
1 skipped
157 passed (4.4m)
|
The logs for this run have expired and are no longer available.
Loading