Change Accessories with Category's text

This commit is contained in:
Veljko 2021-10-21 14:55:39 +02:00
parent a5ef3fecf6
commit 348396ec71
1 changed files with 1 additions and 1 deletions

View File

@ -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(
`<h1 class="woocommerce-products-header__title page-title">${product_category}</h1>`
),