From 41f7de82f31091ee9b0ed57a6d9414960bd41188 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Mon, 20 Jun 2016 20:55:31 +0200 Subject: [PATCH] Disabled console log for ff (not working right now). --- test/browser_test_helper.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/browser_test_helper.rb b/test/browser_test_helper.rb index 5e0e56c5e..3aed3233b 100644 --- a/test/browser_test_helper.rb +++ b/test/browser_test_helper.rb @@ -17,7 +17,9 @@ class TestCase < Test::Unit::TestCase browser_profile['intl.locale.matchOS'] = false browser_profile['intl.accept_languages'] = 'en-US' browser_profile['general.useragent.locale'] = 'en-US' - browser_profile['loggingPref'] = { browser: :all } + # currently console log not working for firefox + # https://github.com/SeleniumHQ/selenium/issues/1161 + #browser_profile['loggingPref'] = { browser: :all } elsif browser == 'chrome' # profile are only working on remote selenium