put in to use "NO" in a drop-down rather than "No"

- found a few more.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3651 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
mullenm
2008-02-21 09:09:29 +00:00
parent a5e2064d4e
commit bda75d6ae4

View File

@@ -269,7 +269,7 @@ class Test_09_MIPADMIN_party_management< Test::Unit::TestCase
@@ie.text_field(:id,'P61_COMMENTS').set('This is an agent for Supplier1. Created for testing.')
@@ie.text_field(:id,'P61_PASSWORD').set('Passw0rd.')
@@ie.text_field(:id,'P61_REPEAT_PASSWORD').set('Passw0rd.')
@@ie.select_list(:id,'P61_EXPIRE_PWORD').set('NO') #Leave the user OPEN
@@ie.select_list(:id,'P61_EXPIRE_PWORD').set('No') #Leave the user OPEN
@@ie.button(:value,'Next >').click
@@ie.wait
@@ -327,7 +327,7 @@ class Test_09_MIPADMIN_party_management< Test::Unit::TestCase
@@ie.text_field(:id,'P61_COMMENTS').set('This is a customer service for Supplier1. Created for testing.')
@@ie.text_field(:id,'P61_PASSWORD').set('Passw0rd.')
@@ie.text_field(:id,'P61_REPEAT_PASSWORD').set('Passw0rd.')
@@ie.select_list(:id,'P61_EXPIRE_PWORD').set('NO') #Leave the user OPEN
@@ie.select_list(:id,'P61_EXPIRE_PWORD').set('No') #Leave the user OPEN
@@ie.button(:value,'Next >').click
@@ie.wait
@@ -386,7 +386,7 @@ class Test_09_MIPADMIN_party_management< Test::Unit::TestCase
@@ie.text_field(:id,'P61_COMMENTS').set('This is an ICU user for Supplier1. Created for testing.')
@@ie.text_field(:id,'P61_PASSWORD').set('Passw0rd.')
@@ie.text_field(:id,'P61_REPEAT_PASSWORD').set('Passw0rd.')
@@ie.select_list(:id,'P61_EXPIRE_PWORD').set('NO') #Leave the user OPEN
@@ie.select_list(:id,'P61_EXPIRE_PWORD').set('No') #Leave the user OPEN
@@ie.button(:value,'Next >').click
@@ie.wait