diff --git a/test/browser_test_helper.rb b/test/browser_test_helper.rb index 99729e93e..472228f0a 100644 --- a/test/browser_test_helper.rb +++ b/test/browser_test_helper.rb @@ -201,7 +201,7 @@ class TestCase < Test::Unit::TestCase return end } - assert( false, "(#{test[:name]}) not matching '#{action[:value]}' in cookie '#{cookie.to_s}'" ) + assert( false, "(#{test[:name]}) not matching '#{action[:value]}' in cookie '#{cookies.to_s}'" ) return elsif action[:element] == :alert element = instance.switch_to.alert