E2E_API Tests #73
Annotations
1 error, 6 warnings, and 2 notices
🧪 Running the e2e tests:
tests/pw/pages/basePage.ts#L876
1) [e2e_tests] › vendorSettings.spec.ts:79:9 › Vendor settings test › vendor can set catalog settings @lite
Error: locator.check: Clicking the checkbox did not change its state
=========================== logs ===========================
waiting for locator('input#catalog_mode_hide_product_price')
locator resolved to <input value="on" type="checkbox" id="catalog_mode_hide…/>
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 VendorSettingsPage.checkLocator (/home/runner/work/dokan/dokan/tests/pw/pages/basePage.ts:876:23)
at VendorSettingsPage.check (/home/runner/work/dokan/dokan/tests/pw/pages/basePage.ts:677:20)
at VendorSettingsPage.catalogModeSettings (/home/runner/work/dokan/dokan/tests/pw/pages/vendorSettingsPage.ts:347:24)
at VendorSettingsPage.setStoreSettings (/home/runner/work/dokan/dokan/tests/pw/pages/vendorSettingsPage.ts:197:17)
at /home/runner/work/dokan/dokan/tests/pw/tests/e2e/vendorSettings.spec.ts:81:9
|
🧪 Running the api tests:
tests/pw/[api_tests] › products.spec.ts#L1
tests/pw/[api_tests] › products.spec.ts took 6.1s
|
🧪 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.2s
|
🧪 Running the e2e tests:
tests/pw/[e2e_tests] › products.spec.ts#L1
tests/pw/[e2e_tests] › products.spec.ts took 34.2s
|
🧪 Running the e2e tests:
tests/pw/[e2e_tests] › customer.spec.ts#L1
tests/pw/[e2e_tests] › customer.spec.ts took 23.5s
|
🧪 Running the e2e tests:
tests/pw/[e2e_tests] › orders.spec.ts#L1
tests/pw/[e2e_tests] › orders.spec.ts took 21.1s
|
🧪 Running the api tests
2 skipped
132 passed (19.3s)
|
🧪 Running the e2e tests
1 flaky
[e2e_tests] › vendorSettings.spec.ts:79:9 › Vendor settings test › vendor can set catalog settings @lite
1 skipped
157 passed (3.9m)
|
The logs for this run have expired and are no longer available.
Loading