altered to work better on the build machine
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3553 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -81,8 +81,8 @@ ADDRESSC=["SubBuilding C",
|
|||||||
"City C",
|
"City C",
|
||||||
"NN4 6CC"]
|
"NN4 6CC"]
|
||||||
#set working directory for uploading files etc.
|
#set working directory for uploading files etc.
|
||||||
#backup 2 directories
|
#backup 1 directory
|
||||||
#Dir.chdir('..')
|
|
||||||
#Dir.chdir('..')
|
#Dir.chdir('..')
|
||||||
|
Dir.chdir('..')
|
||||||
#we're in windows, so replace the forwards with the backs
|
#we're in windows, so replace the forwards with the backs
|
||||||
WORKINGDIR = Dir.getwd.to_s.gsub!('/','\\')
|
WORKINGDIR = Dir.getwd.to_s.gsub!('/','\\')
|
||||||
@@ -156,6 +156,7 @@ class Test_03_housings_screen < Test::Unit::TestCase
|
|||||||
assert(@@ie.button(:id, 'cancel').exists?,'The cancel button was not available')
|
assert(@@ie.button(:id, 'cancel').exists?,'The cancel button was not available')
|
||||||
assert(@@ie.button(:id, 'delete').exists?,'The delete button was not available')
|
assert(@@ie.button(:id, 'delete').exists?,'The delete button was not available')
|
||||||
assert(@@ie.button(:id, 'apply_changes').exists?,'The Apply Changes button was not available')
|
assert(@@ie.button(:id, 'apply_changes').exists?,'The Apply Changes button was not available')
|
||||||
|
startClicker("OK", 1)
|
||||||
@@ie.button(:id, 'delete').click
|
@@ie.button(:id, 'delete').click
|
||||||
@@ie.wait
|
@@ie.wait
|
||||||
assert_nil(@@ie.contains_text('3811H'),'The housing code field did contain value 3811H')
|
assert_nil(@@ie.contains_text('3811H'),'The housing code field did contain value 3811H')
|
||||||
|
|||||||
Reference in New Issue
Block a user