fixed more issues with the new strictness of watir 1.5.6

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@6168 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
PriestJ
2008-08-07 15:34:03 +00:00
parent 233b913c61
commit dbb45ec1d1
3 changed files with 6 additions and 6 deletions

View File

@@ -74,7 +74,7 @@ class Test_04_drawings_screen < Test::Unit::TestCase
@@ie.button(:id, 'upload').click
@@ie.wait
assert(@@ie.contains_text('Upload File'),'The file upload screen did not appear')
assert(@@ie.button(:id, 'P41_FILE_UPLOAD').exists?,'The file upload field was not available')
assert(@@ie.button(:id, 'upload').exists?,'The file upload button was not available')
#
#Upload a file to the drawing and check that we get a success message
#