altered the id reference on the click method of the login function as APEX 3.1 automatically assigns it's own id on html buttons, overwriting our originals

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3859 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
PriestJ
2008-03-06 11:49:06 +00:00
parent 0780d427b9
commit 824ac1cf55

View File

@@ -42,7 +42,7 @@ def login(p_username, p_password)
@@ie.text_field( :id, 'P101_USERNAME' ).set( p_username ) @@ie.text_field( :id, 'P101_USERNAME' ).set( p_username )
@@ie.text_field( :id, 'P101_PASSWORD' ).set( p_password ) @@ie.text_field( :id, 'P101_PASSWORD' ).set( p_password )
# #
@@ie.button(:id, "P500_LOG_BACK_IN").click @@ie.button(:id, "P101_LOGIN").click
@@ie.wait @@ie.wait
# #
# TRUE if doesn't find # TRUE if doesn't find