fixed more tests after changes of the last few weeks
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3807 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -281,7 +281,6 @@ class Test_05_base_screen < Test::Unit::TestCase
|
||||
@@ie.select_list(:id, 'P51_DRWG_CODE').select('WI')
|
||||
@@ie.button(:id, 'create').click
|
||||
@@ie.wait
|
||||
assert_nil(@@ie.contains_text('Bases'),'The base screen did appear')
|
||||
assert_nil(@@ie.contains_text('1765BH1'),'The new record with base code 1765BH1 did appear')
|
||||
assert_nil(@@ie.contains_text('Base for meters'),'The description Base for meters did appear')
|
||||
assert_nil(@@ie.contains_text('3800'),'The value 3800 for Dim A did appear')
|
||||
@@ -295,6 +294,7 @@ class Test_05_base_screen < Test::Unit::TestCase
|
||||
assert_nil(@@ie.contains_text('2400'),'The value 2400 for Dim I did appear')
|
||||
assert_nil(@@ie.contains_text('WI'),'The new record with drawing code WI did appear')
|
||||
assert(@@ie.contains_text('Error'),'An error was not generated')
|
||||
assert(@@ie.contains_text('Attempting to create a duplicate Bases entry'),'Did not find expected error message')
|
||||
sleep 3
|
||||
@@ie.link(:text, 'OK').click
|
||||
@@ie.wait
|
||||
|
||||
Reference in New Issue
Block a user