Skip to content

Commit 666f8c0

Browse files
committed
fmt
1 parent 26b2972 commit 666f8c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/e2e/tests/roles.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { type Page, expect, test } from "@playwright/test";
2-
import { license, users } from "../constants";
3-
import { login, requiresLicense } from "../helpers";
4-
import { beforeCoderTest } from "../hooks";
52
import {
63
createOrganization,
74
createOrganizationMember,
85
setupApiCalls,
96
} from "../api";
7+
import { license, users } from "../constants";
8+
import { login, requiresLicense } from "../helpers";
9+
import { beforeCoderTest } from "../hooks";
1010

1111
test.beforeEach(async ({ page }) => {
1212
beforeCoderTest(page);

0 commit comments

Comments
 (0)