From e4f4dfc4096452d8126d10fccf579ec7d832a691 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Fri, 9 Aug 2024 12:10:40 +0200 Subject: [PATCH] fix test --- tests/playwright-test/ui-mode-test-run.spec.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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