Altered tests so they run with the latest version of Watir(1.6.2) also added new assertions for the purging_required field on the enquiry screen

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@12271 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
jamie.priest
2009-08-18 17:11:49 +00:00
parent 78a157791f
commit e9f1d17092
5 changed files with 29 additions and 15 deletions

View File

@@ -25,10 +25,10 @@ require runfromdir+'exportdatatests'
require runfromdir+'moduletests'
require runfromdir+'user_management'
#includes
include Watir
#include Watir
@@ie = IE.new
@@ie = Watir::IE.new
@@ie.maximize
#set the speed of watir, we'd also set the speed of light but that's supposed to be a constant
@@ie.speed = :fast