From 102a735273d2afca9e0f96bbc86dedcd6e22acc8 Mon Sep 17 00:00:00 2001 From: mullenm Date: Thu, 21 Feb 2008 13:36:48 +0000 Subject: [PATCH] no longer a requirement for a CS operative to have a supplier associated with them. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3655 248e525c-4dfb-0310-94bc-949c084e9493 --- tests/user_management.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/user_management.rb b/tests/user_management.rb index 9078b94..9394e0f 100644 --- a/tests/user_management.rb +++ b/tests/user_management.rb @@ -334,7 +334,7 @@ class Test_09_MIPADMIN_party_management< Test::Unit::TestCase #Select a role for the party @@ie.select_list(:id,'P62_PRTY_ROLE').set('Customer Service operative') @@ie.wait - @@ie.select_list(:id,'P62_USER_SUPPLIER').set('Supplier1 - SU1') + #@@ie.select_list(:id,'P62_USER_SUPPLIER').set('Supplier1 - SU1') - no supplier needed for a CS operative #fill in the contact details bits and bobs @@ie.text_field(:id,'P62_PHONE').set('01234 567893')