X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fweb%2Fcf_access.t;h=48ab5a21b97f159fab05257c8687c2591cb6178f;hb=8929bee6e58cf603aa2275ec1428afeb2306e5ea;hp=675fa2177567cdb1c79990ee95899ec0514feac0;hpb=7588a4ac90a9b07c08a3107cd1107d773be1c991;p=freeside.git diff --git a/rt/t/web/cf_access.t b/rt/t/web/cf_access.t index 675fa2177..48ab5a21b 100644 --- a/rt/t/web/cf_access.t +++ b/rt/t/web/cf_access.t @@ -5,14 +5,14 @@ use RT::Test tests => 32; my ($baseurl, $m) = RT::Test->started_ok; -use constant ImageFile => $RT::MasonComponentRoot .'/NoAuth/images/bpslogo.png'; +use constant ImageFile => $RT::StaticPath .'/images/bpslogo.png'; use constant ImageFileContent => RT::Test->file_content(ImageFile); ok $m->login, 'logged in'; diag "Create a CF"; { - $m->follow_link( id => 'tools-config-custom-fields-create'); + $m->follow_link( id => 'admin-custom-fields-create'); # Test form validation $m->submit_form( @@ -94,10 +94,10 @@ diag "apply the CF to General queue"; my ( $cf, $cfid, $tid ); { $m->title_is(q/Editing CustomField img/, 'admin-cf created'); - $m->follow_link( id => 'tools-config-queues'); + $m->follow_link( id => 'admin-queues'); $m->follow_link( text => 'General' ); $m->title_is(q/Configuration for queue General/, 'admin-queue: general'); - $m->follow_link( id => 'page-ticket-custom-fields'); + $m->follow_link( id => 'page-custom-fields-tickets'); $m->title_is(q/Custom Fields for queue General/, 'admin-queue: general cfid'); $m->form_name('EditCustomFields'); @@ -215,7 +215,7 @@ diag "create a ticket with an image"; } $m->get( $m->rt_base_url ); -$m->follow_link( id => 'search-new'); +$m->follow_link( id => 'search-tickets-new'); $m->title_is(q/Query Builder/, 'Query building'); $m->submit_form( form_name => "BuildQuery",