diff --git a/content/tutorials/erc20-paymaster/10.index.md b/content/tutorials/erc20-paymaster/10.index.md
index d30bddd..c03a2e4 100644
--- a/content/tutorials/erc20-paymaster/10.index.md
+++ b/content/tutorials/erc20-paymaster/10.index.md
@@ -52,6 +52,7 @@ This creates a new ZKsync Era project called `custom-paymaster-tutorial` with a
Next, navigate into the project directory and install the dependencies:
+
```shb
diff --git a/tests/configs/erc20-paymaster.ts b/tests/configs/erc20-paymaster.ts
index 0a0104c..f070a87 100644
--- a/tests/configs/erc20-paymaster.ts
+++ b/tests/configs/erc20-paymaster.ts
@@ -5,6 +5,10 @@ export const steps: IStepConfig = {
action: 'runCommand',
prompts: 'Private key of the wallet:0x7726827caac94a7f9e1b160f7ea819f172f7b6f9d2a97f992c38edeab82d4110|npm: ',
},
+ 'wait-for-init': {
+ action: 'wait',
+ timeout: 5000,
+ },
'npm-install': {
action: 'runCommand',
},