|
|
|
|
@@ -232,7 +232,8 @@ class Test_02_enquiry < Test::Unit::TestCase
|
|
|
|
|
assert(@@ie.text_field(:id,'P32_OTHER_INFORMATION').exists?,'Could not find P32_OTHER_INFORMATION field')
|
|
|
|
|
assert_equal(false,@@ie.text_field(:id,'P32_EXISTING_LOGGER').exists?,'Found P32_EXISTING_LOGGER select list')
|
|
|
|
|
assert_equal(false,@@ie.text_field(:id,'P32_EXISTING_CONVERTOR').exists?,'Found P32_EXISTING_CONVERTOR select list')
|
|
|
|
|
#Now need to test for the following fields after AH made fix for ticket #404
|
|
|
|
|
assert_equal(false,@@ie.text_field(:id,'P32_PURGING_REQUIRED').exists?,'Found P32_PURGING_REQUIRED select list')
|
|
|
|
|
#Now need to test for the following fields after AH made fix for ticket #404
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_REQUIRED_SVCP_CODE').exists?,'Could not find P32_REQUIRED_SVCP_CODE select list')
|
|
|
|
|
assert(@@ie.text_field(:id,'P32_REQUIRED_METERING_PRESSURE').exists?,'Could not find P32_REQUIRED_METERING_PRESSURE field')
|
|
|
|
|
|
|
|
|
|
@@ -276,6 +277,7 @@ class Test_02_enquiry < Test::Unit::TestCase
|
|
|
|
|
assert(@@ie.text_field(:id,'P32_OTHER_INFORMATION').exists?,'Could not find P32_OTHER_INFORMATION field')
|
|
|
|
|
assert_equal(false,@@ie.text_field(:id,'P32_EXISTING_LOGGER').exists?,'Found P32_EXISTING_LOGGER select list')
|
|
|
|
|
assert_equal(false,@@ie.text_field(:id,'P32_EXISTING_CONVERTOR').exists?,'Found P32_EXISTING_CONVERTOR select list')
|
|
|
|
|
assert_equal(false,@@ie.text_field(:id,'P32_PURGING_REQUIRED').exists?,'Found P32_PURGING_REQUIRED select list')
|
|
|
|
|
end
|
|
|
|
|
def test_11_ofmat_selected_check_fields_appear_available
|
|
|
|
|
@@ie.select_list(:id,'P32_ENTY_CODE').set @@enquirytypes[12]
|
|
|
|
|
@@ -312,6 +314,7 @@ class Test_02_enquiry < Test::Unit::TestCase
|
|
|
|
|
assert(@@ie.text_field(:id,'P32_OTHER_INFORMATION').exists?,'Could not find P32_OTHER_INFORMATION field')
|
|
|
|
|
assert_equal(false,@@ie.text_field(:id,'P32_EXISTING_LOGGER').exists?,'Found P32_EXISTING_LOGGER select list')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_EXISTING_CONVERTOR').exists?,'Could not Find P32_EXISTING_CONVERTOR select list')
|
|
|
|
|
assert_equal(false,@@ie.text_field(:id,'P32_PURGING_REQUIRED').exists?,'Found P32_PURGING_REQUIRED select list')
|
|
|
|
|
end
|
|
|
|
|
def test_12_exchange_selected_check_fields_appear_available
|
|
|
|
|
@@ie.select_list(:id,'P32_ENTY_CODE').set @@enquirytypes[5]
|
|
|
|
|
@@ -348,6 +351,7 @@ class Test_02_enquiry < Test::Unit::TestCase
|
|
|
|
|
assert(@@ie.text_field(:id,'P32_OTHER_INFORMATION').exists?,'Could not find P32_OTHER_INFORMATION field')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_EXISTING_LOGGER').exists?,'Could not find P32_EXISTING_LOGGER select list')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_EXISTING_CONVERTOR').exists?,'Could not find P32_EXISTING_CONVERTOR select list')
|
|
|
|
|
assert_equal(false,@@ie.text_field(:id,'P32_PURGING_REQUIRED').exists?,'Found P32_PURGING_REQUIRED select list')
|
|
|
|
|
end
|
|
|
|
|
def test_13_std_exchange_selected_check_fields_appear_available
|
|
|
|
|
@@ie.select_list(:id,'P32_ENTY_CODE').set @@enquirytypes[4]
|
|
|
|
|
@@ -384,6 +388,7 @@ class Test_02_enquiry < Test::Unit::TestCase
|
|
|
|
|
assert(@@ie.text_field(:id,'P32_OTHER_INFORMATION').exists?,'Could not find P32_OTHER_INFORMATION field')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_EXISTING_LOGGER').exists?,'Could not find P32_EXISTING_LOGGER select list')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_EXISTING_CONVERTOR').exists?,'Could not find P32_EXISTING_CONVERTOR select list')
|
|
|
|
|
assert_equal(false,@@ie.text_field(:id,'P32_PURGING_REQUIRED').exists?,'Found P32_PURGING_REQUIRED select list')
|
|
|
|
|
end
|
|
|
|
|
def test_14_remove_selected_check_fields_appear_available
|
|
|
|
|
@@ie.select_list(:id,'P32_ENTY_CODE').set @@enquirytypes[11]
|
|
|
|
|
@@ -420,6 +425,7 @@ class Test_02_enquiry < Test::Unit::TestCase
|
|
|
|
|
assert(@@ie.text_field(:id,'P32_OTHER_INFORMATION').exists?,'Could not find P32_OTHER_INFORMATION field')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_EXISTING_LOGGER').exists?,'Could not find P32_EXISTING_LOGGER select list')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_EXISTING_CONVERTOR').exists?,'Could not find P32_EXISTING_CONVERTOR select list')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_PURGING_REQUIRED').exists?,'Could not find P32_PURGING_REQUIRED select list')
|
|
|
|
|
end
|
|
|
|
|
def test_15_std_remove_selected_check_fields_appear_available
|
|
|
|
|
@@ie.select_list(:id,'P32_ENTY_CODE').set @@enquirytypes[10]
|
|
|
|
|
@@ -456,6 +462,7 @@ class Test_02_enquiry < Test::Unit::TestCase
|
|
|
|
|
assert(@@ie.text_field(:id,'P32_OTHER_INFORMATION').exists?,'Could not find P32_OTHER_INFORMATION field')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_EXISTING_LOGGER').exists?,'Could not find P32_EXISTING_LOGGER select list')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_EXISTING_CONVERTOR').exists?,'Could not find P32_EXISTING_CONVERTOR select list')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_PURGING_REQUIRED').exists?,'Could not find P32_PURGING_REQUIRED select list')
|
|
|
|
|
end
|
|
|
|
|
def test_16_adversarial_selected_check_fields_appear_available
|
|
|
|
|
@@ie.select_list(:id,'P32_ENTY_CODE').set @@enquirytypes[1]
|
|
|
|
|
@@ -492,6 +499,7 @@ class Test_02_enquiry < Test::Unit::TestCase
|
|
|
|
|
assert(@@ie.text_field(:id,'P32_OTHER_INFORMATION').exists?,'Could not find P32_OTHER_INFORMATION field')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_EXISTING_LOGGER').exists?,'Could not find P32_EXISTING_LOGGER select list')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_EXISTING_CONVERTOR').exists?,'Could not find P32_EXISTING_CONVERTOR select list')
|
|
|
|
|
assert_equal(false,@@ie.text_field(:id,'P32_PURGING_REQUIRED').exists?,'Found P32_PURGING_REQUIRED select list')
|
|
|
|
|
end
|
|
|
|
|
def test_17_alteration_selected_check_fields_appear_available
|
|
|
|
|
@@ie.select_list(:id,'P32_ENTY_CODE').set @@enquirytypes[2]
|
|
|
|
|
@@ -528,6 +536,7 @@ class Test_02_enquiry < Test::Unit::TestCase
|
|
|
|
|
assert(@@ie.text_field(:id,'P32_OTHER_INFORMATION').exists?,'Could not find P32_OTHER_INFORMATION field')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_EXISTING_LOGGER').exists?,'Could not find P32_EXISTING_LOGGER select list')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_EXISTING_CONVERTOR').exists?,'Could not find P32_EXISTING_CONVERTOR select list')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_PURGING_REQUIRED').exists?,'Could not find P32_PURGING_REQUIRED select list')
|
|
|
|
|
end
|
|
|
|
|
def test_18_capacity_change_selected_check_fields_appear_available
|
|
|
|
|
@@ie.select_list(:id,'P32_ENTY_CODE').set @@enquirytypes[3]
|
|
|
|
|
@@ -564,6 +573,7 @@ class Test_02_enquiry < Test::Unit::TestCase
|
|
|
|
|
assert(@@ie.text_field(:id,'P32_OTHER_INFORMATION').exists?,'Could not find P32_OTHER_INFORMATION field')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_EXISTING_LOGGER').exists?,'Could not find P32_EXISTING_LOGGER select list')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_EXISTING_CONVERTOR').exists?,'Could not find P32_EXISTING_CONVERTOR select list')
|
|
|
|
|
assert_equal(false,@@ie.text_field(:id,'P32_PURGING_REQUIRED').exists?,'Found P32_PURGING_REQUIRED select list')
|
|
|
|
|
end
|
|
|
|
|
def test_19_addon_selected_check_fields_appear_available
|
|
|
|
|
@@ie.select_list(:id,'P32_ENTY_CODE').set @@enquirytypes[9]
|
|
|
|
|
@@ -600,6 +610,7 @@ class Test_02_enquiry < Test::Unit::TestCase
|
|
|
|
|
assert(@@ie.text_field(:id,'P32_OTHER_INFORMATION').exists?,'Could not find P32_OTHER_INFORMATION field')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_EXISTING_LOGGER').exists?,'Could not find P32_EXISTING_LOGGER select list')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_EXISTING_CONVERTOR').exists?,'Could not find P32_EXISTING_CONVERTOR select list')
|
|
|
|
|
assert_equal(false,@@ie.text_field(:id,'P32_PURGING_REQUIRED').exists?,'Found P32_PURGING_REQUIRED select list')
|
|
|
|
|
end
|
|
|
|
|
def test_20_other_selected_check_fields_appear_available
|
|
|
|
|
@@ie.select_list(:id,'P32_ENTY_CODE').set @@enquirytypes[8]
|
|
|
|
|
@@ -636,6 +647,7 @@ class Test_02_enquiry < Test::Unit::TestCase
|
|
|
|
|
assert(@@ie.text_field(:id,'P32_OTHER_INFORMATION').exists?,'Could not find P32_OTHER_INFORMATION field')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_EXISTING_LOGGER').exists?,'Could not find P32_EXISTING_LOGGER select list')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_EXISTING_CONVERTOR').exists?,'Could not find P32_EXISTING_CONVERTOR select list')
|
|
|
|
|
assert(@@ie.select_list(:id,'P32_PURGING_REQUIRED').exists?,'Could not find P32_PURGING_REQUIRED select list')
|
|
|
|
|
end
|
|
|
|
|
def test_21_logout_and_then_in_as_agent_check_enquiry_displays_correctly
|
|
|
|
|
menu('Logout')
|
|
|
|
|
|