fixed more tests after changes of the last few weeks

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3807 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
PriestJ
2008-03-03 11:56:05 +00:00
parent 5397b52dc4
commit bc4be9711f
6 changed files with 12 additions and 11 deletions

View File

@@ -121,7 +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')
assert(@@ie.hidden(:id, 'P24_CODE').exits?,'The CODE field was not hidden')
assert(@@ie.hidden(:id, 'P24_CODE').exists?,'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