E2E_API Tests #94
Annotations
1 error, 6 warnings, and 2 notices
[e2e_tests] › vendor.spec.ts:26:9 › Vendor user functionality test1 › vendor can register @lite:
tests/pw/pages/basePage.ts#L876
1) [e2e_tests] › vendor.spec.ts:26:9 › Vendor user functionality test1 › vendor can register @lite
Error: locator.check: Clicking the checkbox did not change its state
=========================== logs ===========================
waiting for locator('#tc_agree')
locator resolved to <input id="tc_agree" type="checkbox" name="tc_agree" re…/>
attempting click action
waiting for element to be visible, enabled and stable
forcing action
element is visible, enabled and stable
scrolling into view if needed
done scrolling
performing click action
click action done
waiting for scheduled navigations to finish
navigations have finished
============================================================
at ../../pages/basePage.ts:876
874 | async checkLocator(selector: string): Promise<void> {
875 | const locator = this.page.locator(selector);
> 876 | await locator.check({ force: true }); // forced is used to avoid "locator.check: Clicking the checkbox did not change its state" error
| ^
877 | }
878 |
879 | // click locator
at VendorPage.checkLocator (/home/runner/work/dokan/dokan/tests/pw/pages/basePage.ts:876:23)
at VendorPage.check (/home/runner/work/dokan/dokan/tests/pw/pages/basePage.ts:677:20)
at VendorPage.checkIfVisible (/home/runner/work/dokan/dokan/tests/pw/pages/basePage.ts:695:24)
at VendorPage.vendorRegister (/home/runner/work/dokan/dokan/tests/pw/pages/vendorPage.ts:83:9)
at /home/runner/work/dokan/dokan/tests/pw/tests/e2e/vendor.spec.ts:27:9
|
Slow Test:
tests/pw/[api_tests] › products.spec.ts#L1
tests/pw/[api_tests] › products.spec.ts took 6.3s
|
Slow Test:
tests/pw/[api_tests] › stores.spec.ts#L1
tests/pw/[api_tests] › stores.spec.ts took 3.4s
|
Slow Test:
tests/pw/[api_tests] › orders.spec.ts#L1
tests/pw/[api_tests] › orders.spec.ts took 3.2s
|
Slow Test:
tests/pw/[e2e_tests] › products.spec.ts#L1
tests/pw/[e2e_tests] › products.spec.ts took 38.6s
|
Slow Test:
tests/pw/[e2e_tests] › customer.spec.ts#L1
tests/pw/[e2e_tests] › customer.spec.ts took 26.5s
|
Slow Test:
tests/pw/[e2e_tests] › orders.spec.ts#L1
tests/pw/[e2e_tests] › orders.spec.ts took 23.0s
|
🎭 Playwright Run Summary
2 skipped
132 passed (20.0s)
|
🎭 Playwright Run Summary
1 flaky
[e2e_tests] › vendor.spec.ts:26:9 › Vendor user functionality test1 › vendor can register @lite
1 skipped
157 passed (4.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-artifact
Expired
|
5.3 MB |
|