From 73ecb20b38d08142a4b48536fd33249684d17028 Mon Sep 17 00:00:00 2001 From: PriestJ Date: Mon, 10 Mar 2008 17:12:54 +0000 Subject: [PATCH] fixed broken test, where the supplier admin user was told to goto a menu item it shouldn't of had access to git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3926 248e525c-4dfb-0310-94bc-949c084e9493 --- tests/enquirytests.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/enquirytests.rb b/tests/enquirytests.rb index 29ce059..5c0e8ed 100644 --- a/tests/enquirytests.rb +++ b/tests/enquirytests.rb @@ -727,7 +727,6 @@ class Test_02_enquiry < Test::Unit::TestCase assert(@@ie.text_field(:id,'P101_PASSWORD').exists?,'Could not find P101_PASSWORD field '+geterrormess(@@ie)) assert(@@ie.button(:id, 'P101_LOGIN').exists?,'Could not find a Login button') login(SA, SA_PWD) - menu('Enquiries') assert_nil(@@ie.contains_text('Create Enquiry'),'Create Enquiry menu option found when should have been hidden') end #