From 77969eb6500aa4384286a939eefa8c4ef0332960 Mon Sep 17 00:00:00 2001 From: Brian Hann Date: Mon, 15 Dec 2014 09:08:49 -0600 Subject: [PATCH] fix(Tests): Add global for Protractor --- Gruntfile.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index add2abaabb..819061bd50 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -268,6 +268,9 @@ module.exports = function(grunt) { debug: true, // debugger statements allowed globals: { angular: false, + + /* Protractor */ + browser: false, /* jquery (testing only) */ $:false,