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 96bcb0d commit 446e287Copy full SHA for 446e287
tests/e2e/utils_e2e.ts
@@ -1,5 +1,6 @@
1
-import {expect, type Browser, type Page, type WorkerInfo} from '@playwright/test';
+import {expect} from '@playwright/test';
2
import {env} from 'node:process';
3
+import type {Browser, Page, WorkerInfo} from '@playwright/test';
4
5
const ARTIFACTS_PATH = `tests/e2e/test-artifacts`;
6
const LOGIN_PASSWORD = 'password';
0 commit comments