Skip to content

Commit d69b623

Browse files
committed
🙃
1 parent a4d778e commit d69b623

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

site/e2e/helpers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ import {
1818
coderMain,
1919
coderPort,
2020
defaultOrganizationName,
21-
users,
21+
defaultPassword,
2222
license,
2323
premiumTestsRequired,
2424
prometheusPort,
2525
requireTerraformTests,
26-
defaultPassword,
26+
users,
2727
} from "./constants";
2828
import { expectUrl } from "./expectUrl";
2929
import {

site/e2e/tests/auditLogs.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { expect, test } from "@playwright/test";
2+
import { users } from "../constants";
23
import {
34
createTemplate,
45
createWorkspace,
56
login,
67
requiresLicense,
78
} from "../helpers";
89
import { beforeCoderTest } from "../hooks";
9-
import { users } from "../constants";
1010

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

0 commit comments

Comments
 (0)