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
5c110acd4a
commit
829d9b3035
|
@ -25,7 +25,7 @@ export function ordersSearch() {
|
|||
);
|
||||
|
||||
response = http.get(
|
||||
`${base_url}/wp-admin/edit.php?s&` +
|
||||
`${base_url}/wp-admin/edit.php?s=${product_search_term}&` +
|
||||
`post_status=all&post_type=shop_order&action=-1&m=0&_customer_user&` +
|
||||
`paged=1&action2=-1`,
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue