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