From 5f45877f9792ec149c15c69523b81ff807486667 Mon Sep 17 00:00:00 2001 From: mullenm Date: Thu, 21 Feb 2008 13:50:39 +0000 Subject: [PATCH] no longer a requirement for a ICU user to have a supplier associated with them. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3656 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 9394e0f..ab17cd6 100644 --- a/tests/user_management.rb +++ b/tests/user_management.rb @@ -393,7 +393,7 @@ class Test_09_MIPADMIN_party_management< Test::Unit::TestCase #Select a role for the party @@ie.select_list(:id,'P62_PRTY_ROLE').set('Quotation operative') @@ie.wait - @@ie.select_list(:id,'P62_USER_SUPPLIER').set('Supplier1 - SU1') + #@@ie.select_list(:id,'P62_USER_SUPPLIER').set('Supplier1 - SU1') #fill in the contact details bits and bobs @@ie.text_field(:id,'P62_PHONE').set('01234 567894')