Fixed syntax issue.
This commit is contained in:
parent
e684568e61
commit
95310601a8
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue