update for fixes after some changes to screens
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3802 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -122,13 +122,7 @@ class Test_04_drawings_screen < Test::Unit::TestCase
|
||||
assert(@@ie.button(:id, 'cancel').exists?,'The cancel button was not available')
|
||||
assert(@@ie.button(:id, 'delete').exists?,'The delete button was not available')
|
||||
assert(@@ie.button(:id, 'apply_changes').exists?,'The Apply Changes button was not available')
|
||||
@@ie.text_field(:id, 'P53_CODE').set("D2")
|
||||
@@ie.button(:id, 'apply_changes').click
|
||||
@@ie.wait
|
||||
assert(@@ie.contains_text('ORA-20001'),'We did not get that nasty ORA-20001 error we were expecting')
|
||||
assert(@@ie.contains_text('DRAWINGS'),'Did not reference the DRAWINGS table in the error message')
|
||||
@@ie.link(:text, 'OK').click
|
||||
@@ie.wait
|
||||
assert(@@ie.hidden(:id, 'P53_CODE').exists?,'The CODE field is not read only when it should be')
|
||||
@@ie.button(:id, 'cancel').click
|
||||
@@ie.wait
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user