added some tests (that don't yet work) to drawingstests, sorted a few things out and merged the constants file
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3309 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -10,8 +10,7 @@ class Test_01_export_data < Test::Unit::TestCase
|
||||
#
|
||||
def test_01_data_export_screen_appears
|
||||
@@ie.goto(EXPORT_DATA)
|
||||
#we'll need to login
|
||||
login(JAMIE, JAMIE_PWD)
|
||||
login(DEFAULT, DEFAULT_PWD)
|
||||
assert(@@ie.contains_text('Data Export'),'The data export screen did not appear')
|
||||
assert(@@ie.select_list(:id, 'P5_TABLES').exists?,'The tables field was not available')
|
||||
assert(@@ie.select_list(:id, 'P5_COLUMN_NAMES').exists?,'The column headings field was not available')
|
||||
|
||||
Reference in New Issue
Block a user