Skip to content

Commit 47efaf2

Browse files
committed
>:(
1 parent 3bc664d commit 47efaf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/e2e/tests/updateTemplate.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { expect, test } from "@playwright/test";
2+
import { defaultOrganizationName } from "../constants";
23
import { expectUrl } from "../expectUrl";
34
import {
45
createGroup,
@@ -8,7 +9,6 @@ import {
89
updateTemplateSettings,
910
} from "../helpers";
1011
import { beforeCoderTest } from "../hooks";
11-
import { defaultOrganizationName } from "../constants";
1212

1313
test.beforeEach(({ page }) => beforeCoderTest(page));
1414

0 commit comments

Comments
 (0)