diff --git a/tests/e2e/spec-coverage/suite-wizard.spec.ts b/tests/e2e/spec-coverage/suite-wizard.spec.ts index 08a06c9d..797513cc 100644 --- a/tests/e2e/spec-coverage/suite-wizard.spec.ts +++ b/tests/e2e/spec-coverage/suite-wizard.spec.ts @@ -121,7 +121,17 @@ async function fillDetails(page: Page): Promise { /** Attach one seeded module through the real NcSelect multi-picker. */ async function attachApplication(page: Page, name: string): Promise { const w = wizard(page) - const picker = w.locator('.suite-wizard-step2 .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 + //