diff --git a/tests/playwright-test/ui-mode-test-run.spec.ts b/tests/playwright-test/ui-mode-test-run.spec.ts index 2d41aa18d4..9c1120ea04 100644 --- a/tests/playwright-test/ui-mode-test-run.spec.ts +++ b/tests/playwright-test/ui-mode-test-run.spec.ts @@ -174,7 +174,9 @@ test('should run by project', async ({ runUITest }) => { await expect.poll(dumpTestTree(page)).toBe(` ▼ ❌ a.test.ts ► ◯ passes - ► ❌ fails <= + ▼ ❌ fails + ❌ foo <= + ◯ bar ► ❌ suite ▼ ❌ b.test.ts ► ◯ passes