We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9098cae commit 0be18f2Copy full SHA for 0be18f2
packages/frontend-main/playwright.config.ts
@@ -46,7 +46,7 @@ export default defineConfig({
46
testMatch: 'e2e/specs/logged-in/*.spec.ts',
47
use: {
48
launchOptions: {
49
- slowMo: 1000,
+ slowMo: 2000,
50
env: {
51
userDataDir,
52
},
0 commit comments