Made corrections on the login screens. Now accepts the Ts&Cs correctly in the right places.
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3884 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -93,7 +93,6 @@ class Test_01_login_screen < Test::Unit::TestCase
|
|||||||
#fill in some new password details - make sure that we follow security protocol for passwords...
|
#fill in some new password details - make sure that we follow security protocol for passwords...
|
||||||
@@ie.text_field(:id,'P102_NEW_PASSWORD').set 'P4ssw0rd.'
|
@@ie.text_field(:id,'P102_NEW_PASSWORD').set 'P4ssw0rd.'
|
||||||
@@ie.text_field(:id,'P102_REPEAT_PASSWORD').set 'P4ssw0rd.'
|
@@ie.text_field(:id,'P102_REPEAT_PASSWORD').set 'P4ssw0rd.'
|
||||||
@@ie.radio( :id,'P101_TC_ACCEPTED_0').set #'I accept the Terms and Conditions of using this site'
|
|
||||||
@@ie.button(:value,'Change Password').click
|
@@ie.button(:value,'Change Password').click
|
||||||
@@ie.wait
|
@@ie.wait
|
||||||
#confirm the password was updated correctly
|
#confirm the password was updated correctly
|
||||||
|
|||||||
@@ -639,7 +639,7 @@ class Test_11_edit_parties< Test::Unit::TestCase
|
|||||||
#edit a different user
|
#edit a different user
|
||||||
#@@ie.goto(EDIT_PARTIES)
|
#@@ie.goto(EDIT_PARTIES)
|
||||||
@@ie.select_list(:id,'P65_PRTY_TYPE').set('User')
|
@@ie.select_list(:id,'P65_PRTY_TYPE').set('User')
|
||||||
@@ie.link(:name,'Edit SuppAgent1').click
|
@@ie.link(:name,'Edit SuppAgent1 ').click
|
||||||
@@ie.wait
|
@@ie.wait
|
||||||
@@ie.text_field(:id,'P66_TELEPHONE').set('01234 567899')
|
@@ie.text_field(:id,'P66_TELEPHONE').set('01234 567899')
|
||||||
@@ie.button(:value,'Apply Changes').click
|
@@ie.button(:value,'Apply Changes').click
|
||||||
|
|||||||
Reference in New Issue
Block a user