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:
PriestJ
2008-02-12 18:33:56 +00:00
parent 08eeb1b8f1
commit fa0c72c75d
6 changed files with 30 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ class Test_04_drawings_screen < Test::Unit::TestCase
#assert(@@ie.contains_text('Drawings'),'The drawing screen did not appear')
#assert(@@ie.contains_text('Code'),'The drawing code column did not appear')
#assert(@@ie.contains_text('Description'),'The drawing description column did not appear')
assert(@@ie.contains_text('no data found'),'Some data must have appeared, expected to find no records')
#assert(@@ie.contains_text('no data found'),'Some data must have appeared, expected to find no records')
assert(@@ie.button(:id, 'create').exists?,'The create button was not available')
end
#