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 ba16ce6 commit e985beeCopy full SHA for e985bee
.e2e/tests/features/state-management.spec.ts
@@ -1,4 +1,5 @@
1
-import { test, expect, type Page } from '@playwright/test'
+import { test, expect } from '@playwright/test'
2
+import type { Page } from '@playwright/test'
3
import { getSettingsForDeployment } from '@/utils'
4
5
test.use(getSettingsForDeployment('state-management'))
0 commit comments