diff --git a/tests/login_tests.rb b/tests/login_tests.rb index a84e222..9bf16d3 100644 --- a/tests/login_tests.rb +++ b/tests/login_tests.rb @@ -3,7 +3,7 @@ #--- class Test_01_login_screen < Test::Unit::TestCase # - #Test we can logon to the system using the webmip administrator user’s login credentials and check that + #Test we can logon to the system using the webmip administrator user�s login credentials and check that #all the columns required for the report appears with the button to create a new base record # def test_01_login_screen_appears @@ -37,7 +37,7 @@ class Test_01_login_screen < Test::Unit::TestCase @@ie.text_field(:id,'P101_PASSWORD').set 'incorrect' @@ie.button(:value,'Login').click @@ie.wait - assert(@@ie.contains_text('Invalid Login Credentials'),'Valid password error message incorrect.') + assert(@@ie.contains_text('Invalid username/password specified.'),'Valid password error message incorrect.') #@@ie.close end