alan wrote: > I'm doing a test where I fill in a field with : > ie.text_field(:name,"track_note_0").set(testtext) > it then saves this entry with a: > ie.button(:value, "save").click > and then logs out. > > > I need to have the script go back to the page and make sure that field still > has that text in it, how would I do this? Searching and variations on if > ie.contains have not worked. > assert_equal testtext, ie.text_field(:name,"track_note_0").value
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
