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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user