We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8538be2 commit b249feaCopy full SHA for b249fea
site/e2e/globalSetup.ts
@@ -1,5 +1,4 @@
1
-import { FullConfig, request } from "@playwright/test"
2
-import { email, username, password, organization } from "./constants"
+import { FullConfig } from "@playwright/test"
3
4
const globalSetup = async (config: FullConfig): Promise<void> => {
5
// Nothing yet!
0 commit comments