From f4c1c2cd07c911a31e543a09e328cc64dd9bf1bb Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sat, 14 Sep 2019 21:41:53 +0000
Subject: [PATCH] Replace positionType=RAW with CORRECTED for proxy_tram.php

---
 nightwatch.conf.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/nightwatch.conf.js b/nightwatch.conf.js
index 4fef425..663c4fc 100644
--- a/nightwatch.conf.js
+++ b/nightwatch.conf.js
@@ -12,6 +12,7 @@
       'webdriver.chrome.driver': chromedriver.path,
       'webdriver.gecko.driver': geckodriver.path,
     },
+    check_process_delay: 5000,
   },
   test_settings: {
     'chrome': {

--
Gitblit v1.9.1