Update plugins/woocommerce/tests/performance/requests/merchant/orders-search.js
Co-authored-by: Tam Mullen <tam.mullen@automattic.com>
This commit is contained in:
parent
0fb8047bcc
commit
03a4ed7ed9
|
@ -35,7 +35,7 @@ export function ordersSearch() {
|
|||
postTypeOrderSearchTrend.add(response.timings.duration);
|
||||
check(response, {
|
||||
"is status 200": (r) => r.status === 200,
|
||||
"body contains: 'Orders' header": (response) =>
|
||||
"body contains: 'Search results' subtitle": (response) =>
|
||||
response.body.includes("Search results for:"),
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue