diff --git a/config/config-template-zap-long.yaml b/config/config-template-zap-long.yaml index 8b2c1015..cb9ba9bc 100644 --- a/config/config-template-zap-long.yaml +++ b/config/config-template-zap-long.yaml @@ -76,7 +76,7 @@ general: # password: "mypassw0rd" # loginPageUrl: "https://myapp/login" # verifyUrl: "https://myapp/user/info" - # loginPageWait: 2, + # loginPageWait: 2 # loggedInRegex: "\\Q 200 OK\\E" # loggedOutRegex: "\\Q 403 Forbidden\\E" diff --git a/config/schemas/6/rapidast_schema.json b/config/schemas/6/rapidast_schema.json index 3a08c0de..e8e8d74a 100644 --- a/config/schemas/6/rapidast_schema.json +++ b/config/schemas/6/rapidast_schema.json @@ -294,7 +294,7 @@ "type": "string" }, "loginPageWait": { - "type": "string" + "type": "integer" }, "verifyUrl": { "type": "string"