updated with regard to bugs introduced due to bulk upload

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3531 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
PriestJ
2008-02-12 18:33:56 +00:00
parent 08eeb1b8f1
commit fa0c72c75d
6 changed files with 30 additions and 11 deletions

View File

@@ -48,7 +48,7 @@ class Test_01_login_screen < Test::Unit::TestCase
@@ie.text_field(:id,'P101_PASSWORD').set 'password'
@@ie.button(:value,'Login').click
@@ie.wait
assert(@@ie.contains_text('Front Screen'),'User specified does not exist in the system.')
assert(@@ie.contains_text('Search Enquiries'),'User specified does not exist in the system.')
#@@ie.close
end
@@ -99,7 +99,7 @@ class Test_01_login_screen < Test::Unit::TestCase
@@ie.button(:value,'Login').click
@@ie.wait
#confirm we're at the right page
assert(@@ie.contains_text('Front Screen'),'Unsuccessful attempt at login.')
assert(@@ie.contains_text('Search Enquiries'),'Unsuccessful attempt at login.')
end
##close IE if still open