user management tests referenced a select list when it should have been a text_field
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@6171 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -119,7 +119,7 @@ class Test_09_MIPADMIN_party_management< Test::Unit::TestCase
|
|||||||
assert(@@ie.button(:value,'Cancel').exists?,'Could not find Cancel button')
|
assert(@@ie.button(:value,'Cancel').exists?,'Could not find Cancel button')
|
||||||
assert(@@ie.button(:value,'< Previous').exists?,'Could not find < Previous button')
|
assert(@@ie.button(:value,'< Previous').exists?,'Could not find < Previous button')
|
||||||
assert(@@ie.button(:value,'Finish').exists?,'Could not find Finish button')
|
assert(@@ie.button(:value,'Finish').exists?,'Could not find Finish button')
|
||||||
assert(@@ie.select_list(:id,'P64_SELECT_ADDRESS').exists?,'Could not find P64_SELECT_ADDRESS select list')
|
assert(@@ie.text_field(:id,'P64_SELECT_ADDRESS').exists?,'Could not find P64_SELECT_ADDRESS select list')
|
||||||
assert(@@ie.button(:value,'Copy Address').exists?,'Could not find Copy Address button')
|
assert(@@ie.button(:value,'Copy Address').exists?,'Could not find Copy Address button')
|
||||||
assert(@@ie.text_field(:id,'P64_HOME_CODE').exists?,'Could not find P64_HOME_CODE field')
|
assert(@@ie.text_field(:id,'P64_HOME_CODE').exists?,'Could not find P64_HOME_CODE field')
|
||||||
assert(@@ie.text_field(:id,'P64_HOME_SUB_BUILD').exists?,'Could not find P64_HOME_SUB_BUILD field')
|
assert(@@ie.text_field(:id,'P64_HOME_SUB_BUILD').exists?,'Could not find P64_HOME_SUB_BUILD field')
|
||||||
|
|||||||
Reference in New Issue
Block a user