Context:
- Playwright Version: 1.19.2
- Operating System: Windows
- Node.js version: v16.13.0
- Browser: Chromium
- Nuxt: 2.15.8
- Vue: 2.6.14
#12623
Managed to create a repro in this basic Nuxt project repo.
Simply created three Vue components, using a Locator with _vue selector I try to log their count and the output is indeed 0.
expect.toHaveCount() still works as intended.