File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
site/e2e/tests/workspaces Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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
StarterTemplates ,
4
5
createTemplate ,
@@ -21,7 +22,6 @@ import {
21
22
thirdParameter ,
22
23
} from "../../parameters" ;
23
24
import type { RichParameter } from "../../provisionerGenerated" ;
24
- import { users } from "../../constants" ;
25
25
26
26
test . describe . configure ( { mode : "parallel" } ) ;
27
27
Original file line number Diff line number Diff line change 1
1
import { test } from "@playwright/test" ;
2
+ import { users } from "../../constants" ;
2
3
import {
3
4
buildWorkspaceWithParameters ,
4
5
createTemplate ,
@@ -10,7 +11,6 @@ import { login } from "../../helpers";
10
11
import { beforeCoderTest } from "../../hooks" ;
11
12
import { firstBuildOption , secondBuildOption } from "../../parameters" ;
12
13
import type { RichParameter } from "../../provisionerGenerated" ;
13
- import { users } from "../../constants" ;
14
14
15
15
test . beforeEach ( async ( { page } ) => {
16
16
beforeCoderTest ( page ) ;
Original file line number Diff line number Diff line change 1
1
import { test } from "@playwright/test" ;
2
+ import { users } from "../../constants" ;
2
3
import {
3
4
buildWorkspaceWithParameters ,
4
5
createTemplate ,
@@ -11,7 +12,6 @@ import { login } from "../../helpers";
11
12
import { beforeCoderTest } from "../../hooks" ;
12
13
import { firstBuildOption , secondBuildOption } from "../../parameters" ;
13
14
import type { RichParameter } from "../../provisionerGenerated" ;
14
- import { users } from "../../constants" ;
15
15
16
16
test . beforeEach ( async ( { page } ) => {
17
17
beforeCoderTest ( page ) ;
Original file line number Diff line number Diff line change 1
1
import { test } from "@playwright/test" ;
2
+ import { users } from "../../constants" ;
2
3
import {
3
4
createTemplate ,
4
5
createWorkspace ,
@@ -18,7 +19,6 @@ import {
18
19
sixthParameter ,
19
20
} from "../../parameters" ;
20
21
import type { RichParameter } from "../../provisionerGenerated" ;
21
- import { users } from "../../constants" ;
22
22
23
23
test . beforeEach ( async ( { page } ) => {
24
24
beforeCoderTest ( page ) ;
You can’t perform that action at this time.
0 commit comments