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:
PriestJ
2008-03-03 10:54:46 +00:00
parent 6f7f877327
commit 5397b52dc4
5 changed files with 8 additions and 15 deletions

View File

@@ -121,9 +121,7 @@ class Test_06_addon_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, 'P24_CODE').set("ADDON3")
@@ie.button(:id, 'apply_changes').click
@@ie.wait
assert(@@ie.hidden(:id, 'P24_CODE').exits?,'The CODE field was not hidden')
assert(@@ie.contains_text('Create/Edit Additional Item'),'The additional item screen did not appear')
assert(@@ie.contains_text('ADDON3'),'The record with additional item code ADDON3 did not appear')
end