diff --git a/tests/e2e/spec-coverage/catalog-ratings.spec.ts b/tests/e2e/spec-coverage/catalog-ratings.spec.ts index 0b24479a..885b092e 100644 --- a/tests/e2e/spec-coverage/catalog-ratings.spec.ts +++ b/tests/e2e/spec-coverage/catalog-ratings.spec.ts @@ -173,7 +173,13 @@ async function submitReview( .getByRole('textbox', { name: /^Title/ }) .first() .fill(reviewTitle) - const rater = dialog.locator('.vs__search').first() + // `.vs__search` no longer identifies the input on its own: the component + // library now also puts that class on a wrapper, so `.first()` resolved to + //