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

@@ -76,7 +76,7 @@ class Test_09_MIPADMIN_party_management< Test::Unit::TestCase
assert(@@ie.text_field(:id,'P61_COMMENTS').exists?,'Could not find P61_COMMENTS field')
assert(@@ie.text_field(:id,'P61_PASSWORD').exists?,'Could not find P61_PASSWORD file upload field')
assert(@@ie.text_field(:id,'P61_REPEAT_PASSWORD').exists?,'Could not find P61_REPEAT_PASSWORD file upload field')
assert(@@ie.radio(:id,'P61_EXPIRE_PWORD').exists?,'Could not find P61_EXPIRE_PWORD radio buttons')
assert(@@ie.select_list(:id,'P61_EXPIRE_PWORD').exists?,'Could not find P61_EXPIRE_PWORD select list')
#Test the objects on P62
@@ie.goto(ASSIGN_PARTY_ROLE)
@@ -608,7 +608,7 @@ class Test_11_edit_parties< Test::Unit::TestCase
@@ie.button(:value,'Add Address').click
@@ie.wait
assert(@@ie.select_list(:id,'P69_SELECT_ADDRESS').exists?,'Could not find P69_SELECT_ADDRESS select list')
assert(@@ie.text_field(:id,'P69_SELECT_ADDRESS').exists?,'Could not find P69_SELECT_ADDRESS select list')
assert(@@ie.button(:value,'Copy Address').exists?,'Could not find Copy Address button')
assert(@@ie.text_field(:id,'P69_ADDR_CODE').exists?,'Could not find P69_ADDR_CODE field')
assert(@@ie.select_list(:id,'P69_ADDR_TYPE').exists?,'Could not find P69_ADDR_TYPE select list')