From 24c46a06d1e8dc77a7c63813e920eaebc9bdbff0 Mon Sep 17 00:00:00 2001 From: David Grochowski Date: Tue, 13 Oct 2015 14:51:33 -0400 Subject: [PATCH] Update the check for the Selenium startup logs so that it works with the latest version of protractor. --- gulp-angular-protractor/web-driver.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp-angular-protractor/web-driver.js b/gulp-angular-protractor/web-driver.js index 9d92fa1..d0e32dd 100644 --- a/gulp-angular-protractor/web-driver.js +++ b/gulp-angular-protractor/web-driver.js @@ -28,7 +28,7 @@ var PROTRACTOR_COMMAND = path.resolve(gprotractor.getProtractorDir() + '/protractor' + WIN_COMMAND_EXTENSION), - WEB_DRIVER_LOG_STARTED = 'Started org.openqa.jetty.jetty.Server', + WEB_DRIVER_LOG_STARTED = 'Selenium Server is up and running', WEB_DRIVER_LOG_STOPPED = 'Command request: shutDownSeleniumServer', WEB_DRIVER_SHUTDOWN_PATH = '/selenium-server/driver/?cmd=shutDownSeleniumServer', WEB_DRIVER_COMMAND = path.resolve(gprotractor.getProtractorDir() + '/webdriver-manager' + WIN_COMMAND_EXTENSION),