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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user