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