fixed more issues with the new strictness of watir 1.5.6
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@6168 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -29,7 +29,7 @@ class Test_08_modules_screen < Test::Unit::TestCase
|
||||
@@ie.wait
|
||||
assert(@@ie.contains_text('Create/Edit Module'),'The create/edit module screen did not appear')
|
||||
assert(@@ie.text_field(:id, 'P57_CODE').exists?,'The module code field is not available')
|
||||
assert(@@ie.text_field(:id, 'P57_METR_CODE').exists?,'The meter code field is not available')
|
||||
assert(@@ie.select_list(:id, 'P57_METR_CODE').exists?,'The meter code field is not available')
|
||||
assert(@@ie.select_list(:id, 'P57_FLTR_CODE').exists?,'The filter code field is not available')
|
||||
assert(@@ie.select_list(:id, 'P57_REGU_CODE').exists?,'The regulator code field is not available')
|
||||
assert(@@ie.select_list(:id, 'P57_REVA_CODE').exists?,'The relief valve field is not available')
|
||||
@@ -37,8 +37,8 @@ class Test_08_modules_screen < Test::Unit::TestCase
|
||||
assert(@@ie.select_list(:id, 'P57_SVCP_CODE').exists?,'The service pressure field is not available')
|
||||
assert(@@ie.select_list(:id, 'P57_PRTY_ID').exists?,'The manufacturer field is not available')
|
||||
assert(@@ie.select_list(:id, 'P57_DRWG_CODE').exists?,'The drawing code field is not available')
|
||||
assert(@@ie.text_field(:id, 'P57_BAS_CODE').exists?,'The base code field is not available')
|
||||
assert(@@ie.text_field(:id, 'P57_HOU_CODE').exists?,'The housing code field is not available')
|
||||
assert(@@ie.select_list(:id, 'P57_BAS_CODE').exists?,'The base code field is not available')
|
||||
assert(@@ie.select_list(:id, 'P57_HOU_CODE').exists?,'The housing code field is not available')
|
||||
assert(@@ie.select_list(:id, 'P57_INLET_CNOR_CODE').exists?,'The inlet connection orientation field is not available')
|
||||
assert(@@ie.select_list(:id, 'P57_INLET_CNTY_CODE').exists?,'The inlet connection type is not available')
|
||||
assert(@@ie.select_list(:id, 'P57_OUTLET_CNOR_CODE').exists?,'The outlet connection orientation field is not available')
|
||||
|
||||
Reference in New Issue
Block a user