bugfixed the integration tests again still some outstanding failures though

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3546 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
PriestJ
2008-02-13 17:20:54 +00:00
parent 433ca81d2c
commit 9c9643aae4
6 changed files with 34 additions and 34 deletions

View File

@@ -9,7 +9,7 @@ class Test_08_modules_screen < Test::Unit::TestCase
def test_01_module_screen_appears
@@ie.goto(MODULE)
#we'll need to login
login(DK, DK_PWD)
login(DEFAULT, DEFAULT_PWD)
assert(@@ie.contains_text('Modules'),'The module screen did not appear')
assert(@@ie.contains_text('Module Code'),'The module code column did not appear')
assert(@@ie.contains_text('Service Pressure'),'The service pressure column did not appear')