diff --git a/tests/login_tests.rb b/tests/login_tests.rb index 986cc63..d99c134 100644 --- a/tests/login_tests.rb +++ b/tests/login_tests.rb @@ -31,7 +31,7 @@ class Test_01_login_screen < Test::Unit::TestCase @@ie.radio( :id,'P101_TC_ACCEPTED_0').set #'I accept the Terms and Conditions of using this site' @@ie.button(:value,'Login').click @@ie.wait - assert(@@ie.contains_text('Value must be specified.'),'Expected not null error on password.') + assert(@@ie.contains_text('Invalid username/password specified.'),'Expected password error.') # test that a valid user must be given @@ie.text_field(:id,'P101_USERNAME').set 'not_a_user' @@ie.text_field(:id,'P101_PASSWORD').set 'password'