stupidly added the wrong check to a test. D'oh!!!

no longer there.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3646 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
mullenm
2008-02-20 16:12:27 +00:00
parent 0de261999e
commit 14d23fad92

View File

@@ -156,7 +156,6 @@ class Test_09_MIPADMIN_party_management< Test::Unit::TestCase
@@ie.text_field(:id,'P61_GT_7B_CONTRACT_REF').set('1')
@@ie.text_field(:id,'P61_ADV_CONTRACT_REF').set('1')
@@ie.select_list(:id,'P61_TRIPARTITE').set('Yes')
@@ie.select_list(:id,'P61_EXPIRE_PWORD').set('NO') #Leave the user OPEN
@@ie.button(:value,'Next >').click
@@ -555,7 +554,6 @@ class Test_11_edit_parties< Test::Unit::TestCase
#check user fields
@@ie.link(:name,'Edit Current User').click
assert(@@ie.button(:value,'Cancel').exists?,'Could not find Cancel button(user fields)')
assert(@@ie.button(:value,'Delete').exists?,'Could not find Delete button')
assert(@@ie.button(:value,'Apply Changes').exists?,'Could not find Apply Changes button')
assert(@@ie.select_list(:id,'P66_STATUS').exists?,'Could not find P66_STATUS select list')
assert(@@ie.text_field(:id,'P66_FIRST_NAME').exists?,'Could not find P66_FIRST_NAME field')