From fc58fac1c369660cf9c6a086d27f57ffbf80ec4f Mon Sep 17 00:00:00 2001 From: Gunther Brunner Date: Tue, 19 Jan 2016 23:12:13 +0900 Subject: [PATCH] Fix typo. --- res/test/e2e/helpers/gulp-protractor-adv.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/test/e2e/helpers/gulp-protractor-adv.js b/res/test/e2e/helpers/gulp-protractor-adv.js index bcaabd81..7f73cec1 100644 --- a/res/test/e2e/helpers/gulp-protractor-adv.js +++ b/res/test/e2e/helpers/gulp-protractor-adv.js @@ -7,7 +7,7 @@ - Added feature to detect if selenium is running or not */ -var es = require('event-that') +var es = require('event-stream') var path = require('path') var childProcess = require('child_process') var PluginError = require('gulp-util').PluginError