Fixed syntax issue.

This commit is contained in:
Martin Edenhofer 2013-08-28 08:39:24 +02:00
parent e684568e61
commit 95310601a8

View file

@ -245,6 +245,7 @@ class TestCase < Test::Unit::TestCase
assert( false, "(#{test[:name]}) no login box found!" )
return
elsif action[:execute] == 'watch_for'
text = ''
(1..36).each { |loop|
element = instance.find_element( { :css => action[:area] } )
text = element.text