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