Skip to content

Commit 31b5e2c

Browse files
regisstedileclaude
andcommitted
style(organizations): fix import order in E2E test
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 20c491a commit 31b5e2c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

apps/web/playwright/settings/organizations.e2e.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
import { expect } from "@playwright/test";
2-
31
import { prisma } from "@calcom/prisma";
42
import { MembershipRole } from "@calcom/prisma/enums";
5-
3+
import { expect } from "@playwright/test";
64
import { test } from "../lib/fixtures";
75

86
test.describe.configure({ mode: "serial" });

0 commit comments

Comments
 (0)