From 4273bc765cdad2699657594ee19beda039e3c996 Mon Sep 17 00:00:00 2001 From: Rory Doak Date: Tue, 3 Dec 2024 13:09:30 +0000 Subject: [PATCH] comment refinement --- e2e/tests/ui-driven/src/create-flow.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/tests/ui-driven/src/create-flow.spec.ts b/e2e/tests/ui-driven/src/create-flow.spec.ts index 6fcfc002c7..ad246d5ab9 100644 --- a/e2e/tests/ui-driven/src/create-flow.spec.ts +++ b/e2e/tests/ui-driven/src/create-flow.spec.ts @@ -341,7 +341,7 @@ test.describe("Flow creation, publish and preview", () => { await expect(page.locator("p", { hasText: "Some content" })).toBeVisible(); await clickContinue({ page }); - // this is the content placed in the permission needed branch + // this is the content placed in the filtered branch await expect( page.locator("p", { hasText: `This is the ${selectedFlag.toLowerCase()} filter`,