tests/add api json validation #3
Annotations
3 errors, 6 warnings, and 2 notices
Create or update PR comment
Resource not accessible by integration
|
Create or update PR comment
See this action's readme for details about this error
|
🧪 Running the e2e tests:
tests/pw/pages/basePage.ts#L1320
1) [e2e_tests] › myOrders.spec.ts:30:9 › My orders functionality test › customer can view order details @lite
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('.woocommerce-order-details')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('.woocommerce-order-details')
at ../../pages/basePage.ts:1320
1318 | // assert element to be visible
1319 | async toBeVisible(selector: string) {
> 1320 | await expect(this.page.locator(selector)).toBeVisible();
| ^
1321 | }
1322 |
1323 | // assert element to contain text
at MyOrdersPage.toBeVisible (/home/runner/work/dokan/dokan/tests/pw/pages/basePage.ts:1320:51)
at MyOrdersPage.multipleElementVisible (/home/runner/work/dokan/dokan/tests/pw/pages/basePage.ts:1295:24)
at MyOrdersPage.viewOrderDetails (/home/runner/work/dokan/dokan/tests/pw/pages/myOrdersPage.ts:42:20)
at /home/runner/work/dokan/dokan/tests/pw/tests/e2e/myOrders.spec.ts:32:9
|
🧪 Running the api tests:
tests/pw/[api_tests] › products.spec.ts#L1
tests/pw/[api_tests] › products.spec.ts took 8.5s
|
🧪 Running the api tests:
tests/pw/[api_tests] › stores.spec.ts#L1
tests/pw/[api_tests] › stores.spec.ts took 4.6s
|
🧪 Running the api tests:
tests/pw/[api_tests] › orders.spec.ts#L1
tests/pw/[api_tests] › orders.spec.ts took 4.5s
|
🧪 Running the e2e tests:
tests/pw/[e2e_tests] › products.spec.ts#L1
tests/pw/[e2e_tests] › products.spec.ts took 42.0s
|
🧪 Running the e2e tests:
tests/pw/[e2e_tests] › myOrders.spec.ts#L1
tests/pw/[e2e_tests] › myOrders.spec.ts took 25.1s
|
🧪 Running the e2e tests:
tests/pw/[e2e_tests] › orders.spec.ts#L1
tests/pw/[e2e_tests] › orders.spec.ts took 23.4s
|
🧪 Running the api tests
132 passed (27.0s)
|
🧪 Running the e2e tests
1 flaky
[e2e_tests] › myOrders.spec.ts:30:9 › My orders functionality test › customer can view order details @lite
1 skipped
157 passed (4.5m)
|
The logs for this run have expired and are no longer available.
Loading