From e6eec5cbade207b056f4ccc28debea5f31a72514 Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Tue, 4 Jul 2017 02:41:34 -0700 Subject: [PATCH] Fixed globals path --- nightwatch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nightwatch.json b/nightwatch.json index 2502637..13c23a5 100644 --- a/nightwatch.json +++ b/nightwatch.json @@ -1,6 +1,6 @@ { "src_folders" : ["test/nightwatch"], - "globals": "test/nightwatch/globals", + "globals_path": "test/nightwatch/globals.js", "test_settings" : { "default" : {