diff --git a/plugins/woocommerce/tests/performance/requests/shopper/category-page.js b/plugins/woocommerce/tests/performance/requests/shopper/category-page.js index 15092c5a825..2128c71c540 100644 --- a/plugins/woocommerce/tests/performance/requests/shopper/category-page.js +++ b/plugins/woocommerce/tests/performance/requests/shopper/category-page.js @@ -30,7 +30,7 @@ export function categoryPage() { categoryPageTrend.add(response.timings.duration); check(response, { "is status 200": (r) => r.status === 200, - "body contains: 'Accessories' title": (response) => + "body contains: Category's title": (response) => response.body.includes( `

${product_category}

` ),