From 824ac1cf55288e930b79a5af3f2af03f1443ab0a Mon Sep 17 00:00:00 2001 From: PriestJ Date: Thu, 6 Mar 2008 11:49:06 +0000 Subject: [PATCH] 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 --- tests/default_methods.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/default_methods.rb b/tests/default_methods.rb index 154a1b3..5660195 100644 --- a/tests/default_methods.rb +++ b/tests/default_methods.rb @@ -42,7 +42,7 @@ def login(p_username, p_password) @@ie.text_field( :id, 'P101_USERNAME' ).set( p_username ) @@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 # # TRUE if doesn't find