bugfixed the integration tests again still some outstanding failures though
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3546 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -70,7 +70,7 @@ class Test_03_housings_screen < Test::Unit::TestCase
|
||||
@@ie.button(:id, 'create').click
|
||||
@@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('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('Housing for meters'),'The description Housing for meters did not appear')
|
||||
assert(@@ie.contains_text('3800'),'The value 3800 for Dimension L did not appear')
|
||||
@@ -94,7 +94,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('3811H'),'The new record with drawing code 3811H did not appear')
|
||||
assert(@@ie.contains_text('WALK THROUGH'),'The new record with housing type walk through did not appear')
|
||||
assert(@@ie.contains_text('WALK THRU'),'The new record with housing type walk through did not appear')
|
||||
assert(@@ie.contains_text('Housing for regulators'),'The description Housing for regulators did not appear')
|
||||
assert(@@ie.contains_text('3600'),'The value 3600 for Dimension L did not appear')
|
||||
assert(@@ie.contains_text('1700'),'The value 1700 for Dimension W did not appear')
|
||||
@@ -145,7 +145,7 @@ class Test_03_housings_screen < Test::Unit::TestCase
|
||||
@@ie.link(:text, '3811H').click
|
||||
@@ie.wait
|
||||
assert(@@ie.text_field(:id, 'P55_CODE').verify_contains('3811H'), 'The housing code field did not contain value 3811H')
|
||||
assert(@@ie.select_list(:id, 'P55_HOTY_CODE').selected?('Walk Through'), 'The housing type is not Walk Through')
|
||||
assert(@@ie.select_list(:id, 'P55_HOTY_CODE').selected?('Walk Thru'), 'The housing type is not Walk Through')
|
||||
assert(@@ie.text_field(:id, 'P55_DESCRIPTION').verify_contains('Housing for regulators'), 'The description is not housing for meters')
|
||||
assert(@@ie.text_field(:id, 'P55_DIM_L').verify_contains('3600'), 'DIM L is not 3600')
|
||||
assert(@@ie.text_field(:id, 'P55_DIM_W').verify_contains('1700'), 'DIM W is not 1700')
|
||||
|
||||
Reference in New Issue
Block a user