Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Sep 26, 2023
1 parent 8614b70 commit 5c75e60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion e2e/tests/ui-driven/src/create-flow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ test.describe("Navigation", () => {
await expect(nodes.getByText(noBranchNoticeText)).toBeVisible();
});

test.skip("Preview a created flow", async ({ browser }: { browser: Browser }) => {
test.skip("Preview a created flow", async ({
browser,
}: {
browser: Browser;
}) => {
const page = await createAuthenticatedSession({
browser,
userId: context.user!.id!,
Expand Down

0 comments on commit 5c75e60

Please sign in to comment.