Update plugins/woocommerce/tests/performance/requests/merchant/orders-search.js

Co-authored-by: Tam Mullen <tam.mullen@automattic.com>
This commit is contained in:
Veljko V 2021-12-21 13:54:23 +01:00 committed by GitHub
parent 829d9b3035
commit 0fb8047bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export function ordersSearch() {
check(response, {
"is status 200": (r) => r.status === 200,
"body contains: 'Orders' header": (response) =>
response.body.includes("Orders</h1>"),
response.body.includes("Search results for:"),
});
});