Notification count added on vendor dashboard menu render #452
Annotations
1 error, 4 warnings, and 2 notices
🧪 Running the e2e tests:
tests/pw/pages/basePage.ts#L234
1) [e2e_tests] › products.spec.ts:39:9 › Product functionality test › admin can add product attribute @lite @A
TimeoutError: page.waitForResponse: Timeout 30000ms exceeded while waiting for event "response"
at ../../pages/basePage.ts:234
232 | // click & wait for response
233 | async clickAndWaitForResponse(subUrl: string, selector: string, code = 200): Promise<Response> {
> 234 | const [response] = await Promise.all([this.page.waitForResponse(resp => resp.url().includes(subUrl) && resp.status() === code), this.page.locator(selector).click()]);
| ^
235 | return response;
236 | }
237 |
at ProductsPage.clickAndWaitForResponse (/home/runner/work/dokan/dokan/tests/pw/pages/basePage.ts:234:57)
at ProductsPage.addAttribute (/home/runner/work/dokan/dokan/tests/pw/pages/productsPage.ts:42:24)
at /home/runner/work/dokan/dokan/tests/pw/tests/e2e/products.spec.ts:40:9
|
🧪 Running the api tests:
tests/pw/[api_tests] › products.spec.ts#L1
tests/pw/[api_tests] › products.spec.ts took 16.9s
|
🧪 Running the api tests:
tests/pw/[api_tests] › stores.spec.ts#L1
tests/pw/[api_tests] › stores.spec.ts took 9.8s
|
🧪 Running the e2e tests:
tests/pw/[e2e_tests] › products.spec.ts#L1
tests/pw/[e2e_tests] › products.spec.ts took 2.6m
|
🧪 Running the e2e tests:
tests/pw/[e2e_tests] › customer.spec.ts#L1
tests/pw/[e2e_tests] › customer.spec.ts took 1.4m
|
🧪 Running the api tests
26 skipped
137 passed (48.3s)
|
|
Loading