diff options
Diffstat (limited to 'src/main/resources/config.json')
-rw-r--r-- | src/main/resources/config.json | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/main/resources/config.json b/src/main/resources/config.json index a55d26a..c74a5d3 100644 --- a/src/main/resources/config.json +++ b/src/main/resources/config.json @@ -1,12 +1,6 @@ { "browser": { - "name": "Firefox", - "isIncognito": "true", - "isKiosk": "true", - "url": "https://jsonplaceholder.typicode.com" - }, - "webDriverWait": { - "durationOfSeconds": "15" + "url": "https://vk.com/" }, "randomTextGenerator": { "lettersLowerBound": "97", @@ -17,7 +11,7 @@ "randomNumberMin": "0", "randomNumberMax": "101" }, - "httpURLConnection": { + "httpUrlConnection": { "connectTimeout": "5000", "readTimeout": "5000" } |