File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ import {
18
18
coderMain ,
19
19
coderPort ,
20
20
defaultOrganizationName ,
21
- users ,
21
+ defaultPassword ,
22
22
license ,
23
23
premiumTestsRequired ,
24
24
prometheusPort ,
25
25
requireTerraformTests ,
26
- defaultPassword ,
26
+ users ,
27
27
} from "./constants" ;
28
28
import { expectUrl } from "./expectUrl" ;
29
29
import {
Original file line number Diff line number Diff line change 1
1
import { expect , test } from "@playwright/test" ;
2
+ import { users } from "../constants" ;
2
3
import {
3
4
createTemplate ,
4
5
createWorkspace ,
5
6
login ,
6
7
requiresLicense ,
7
8
} from "../helpers" ;
8
9
import { beforeCoderTest } from "../hooks" ;
9
- import { users } from "../constants" ;
10
10
11
11
test . beforeEach ( async ( { page } ) => {
12
12
beforeCoderTest ( page ) ;
You can’t perform that action at this time.
0 commit comments