From 3f04192a154daa862232af9f6be1aa870089ae2e Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Thu, 21 Jan 2016 18:54:13 +0200 Subject: [PATCH] Uncomment firefox in protractor conf --- protractor.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protractor.conf.js b/protractor.conf.js index 2629eb04..f50b1ec2 100644 --- a/protractor.conf.js +++ b/protractor.conf.js @@ -29,7 +29,7 @@ let config = { }, multiCapabilities: [ { browserName: 'chrome' }, - //{ browserName: 'firefox' } + { browserName: 'firefox' } ] };