Skip to content

Commit b249fea

Browse files
authored
Update globalSetup.ts
1 parent 8538be2 commit b249fea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/e2e/globalSetup.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { FullConfig, request } from "@playwright/test"
2-
import { email, username, password, organization } from "./constants"
1+
import { FullConfig } from "@playwright/test"
32

43
const globalSetup = async (config: FullConfig): Promise<void> => {
54
// Nothing yet!

0 commit comments

Comments
 (0)