Skip to content

Commit

Permalink
comment refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Dec 3, 2024
1 parent fd9f618 commit 4273bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/ui-driven/src/create-flow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit 4273bc7

Please sign in to comment.