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:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user