Skip to content

Commit 670ef77

Browse files
committed
ohp
1 parent ed8e84f commit 670ef77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/e2e/tests/organizationGroups.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ import {
55
createUser,
66
setupApiCalls,
77
} from "../api";
8+
import { defaultOrganizationName } from "../constants";
89
import { expectUrl } from "../expectUrl";
910
import { login, randomName, requiresLicense } from "../helpers";
1011
import { beforeCoderTest } from "../hooks";
11-
import { defaultOrganizationName } from "../constants";
1212

1313
test.beforeEach(async ({ page }) => {
1414
beforeCoderTest(page);
1515
await login(page);
1616
await setupApiCalls(page);
1717
});
1818

19-
test.only("redirects", async ({ page }) => {
19+
test("redirects", async ({ page }) => {
2020
requiresLicense();
2121

2222
const orgName = defaultOrganizationName;

0 commit comments

Comments
 (0)