A
aidy.lewis
Hi,
I have some code the checks whether some text is on the HTML page
@@log.test_results(ie.contains_text('Dashboard')
I should get a TRUE (it's there), but it is returning the figure 62.
Is anything > 0 in Ruby true? If so, why, and shouldn't the object
automatically change to boolean?
My xml then is falling through
if result == TRUE then
test_status = @test.add_element 'teststatus'
test_status.text = 'PASS'
cheers
aidy
I have some code the checks whether some text is on the HTML page
@@log.test_results(ie.contains_text('Dashboard')
I should get a TRUE (it's there), but it is returning the figure 62.
Is anything > 0 in Ruby true? If so, why, and shouldn't the object
automatically change to boolean?
My xml then is falling through
if result == TRUE then
test_status = @test.add_element 'teststatus'
test_status.text = 'PASS'
cheers
aidy