That happened to me to. I just used:
pnpm playwright test --ui --grep "screen"
Which showed me all the tests that had the word ”screen" in them, which covers all the tests in test-2. Just remember that this includes some test-3 tests, so ignore the tests that are marked as “a3” in the playwright UI for now.