fixing errors when refering to hidden objects in integration test

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3780 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
PriestJ
2008-02-29 13:14:52 +00:00
parent d06b839111
commit 921c39222b
3 changed files with 5 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ class Test_03_housings_screen < Test::Unit::TestCase
@@ie.wait
assert(@@ie.contains_text('Housings'),'The housing screen did not appear')
assert(@@ie.contains_text('1766H'),'The new record with housing code 1766H did not appear')
assert(@@ie.contains_text('LIFT OFF'),'The new record with housing type lift off did not appear')
assert(@@ie.contains_text('Lift Off'),'The new record with housing type lift off did not appear')
assert(@@ie.contains_text('Housing for meters'),'The description Housing for meters did not appear')
assert(@@ie.contains_text('3800'),'The value 3800 for Dim L did not appear')
assert(@@ie.contains_text('1400'),'The value 1400 for Dim W did not appear')
@@ -129,7 +129,7 @@ class Test_03_housings_screen < Test::Unit::TestCase
@@ie.wait
assert(@@ie.contains_text('Housings'),'The housing screen did not appear')
assert(@@ie.contains_text('1766H'),'The new record with housing code 1765H did not appear')
assert(@@ie.contains_text('LIFT OFF'),'The new record with housing type lift off did not appear')
assert(@@ie.contains_text('Lift Off'),'The new record with housing type lift off did not appear')
assert(@@ie.contains_text('Housing for slamshut valves'),'The updated description Housing for slamshut valves did not appear')
assert(@@ie.contains_text('3800'),'The value 3800 for Dimension L did not appear')
assert(@@ie.contains_text('1400'),'The value 1400 for Dimension W did not appear')