Fixed "browser is not supporting reading cookies".
This commit is contained in:
parent
9a6edd30d0
commit
5346c5cb87
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ class TestCase < Test::Unit::TestCase
|
|||
elsif action[:element] == :cookie
|
||||
if !browser_support_cookies
|
||||
assert( true, "(#{test[:name]}) '#{action[:value]}' ups browser is not supporting reading cookies")
|
||||
return
|
||||
end
|
||||
cookies = instance.manage.all_cookies
|
||||
cookies.each {|cookie|
|
||||
|
|
Loading…
Reference in a new issue