From 0780d427b984445be0f665ae2c25df2b502f4798 Mon Sep 17 00:00:00 2001 From: PriestJ Date: Thu, 6 Mar 2008 11:25:17 +0000 Subject: [PATCH] fixed login method after 3.1 update git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3857 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 3ced40e..154a1b3 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, "login").click + @@ie.button(:id, "P500_LOG_BACK_IN").click @@ie.wait # # TRUE if doesn't find