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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user