added tests for the new meter selection functionality/fields on the enquiry form as part of #335

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3871 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
PriestJ
2008-03-06 15:50:41 +00:00
parent c932ec6cfe
commit d23d91c0d9
2 changed files with 75 additions and 20 deletions

View File

@@ -39,6 +39,9 @@ def login(p_username, p_password)
#
# Enter logon details
#
if @@ie.radio( :id,'P101_TC_ACCEPTED').exists? then
@@ie.radio( :id,'P101_TC_ACCEPTED_0').set #'I accept the Terms and Conditions of using this site'
end
@@ie.text_field( :id, 'P101_USERNAME' ).set( p_username )
@@ie.text_field( :id, 'P101_PASSWORD' ).set( p_password )
#