X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fcustomfields%2Fsort_order.t;h=24e047ebf8acc387b3594437dbaf59137cb07aed;hb=f421a622461d5259804f0da238f349f4a790d91f;hp=ba0b654bee4e9b3e6b3262e91acdc22b6772ae66;hpb=3d0a1bb06b895c5be6e3f0517d355442a6b1e125;p=freeside.git diff --git a/rt/t/customfields/sort_order.t b/rt/t/customfields/sort_order.t index ba0b654be..24e047ebf 100644 --- a/rt/t/customfields/sort_order.t +++ b/rt/t/customfields/sort_order.t @@ -50,7 +50,7 @@ diag "reorder CFs: C, A and B"; { $m->get( '/Admin/Queues/' ); $m->follow_link_ok( {text => $queue->id} ); - $m->follow_link_ok( {id => 'page-ticket-custom-fields'} ); + $m->follow_link_ok( {id => 'page-custom-fields-tickets'} ); my @tmp = ($m->content =~ /(CF [ABC])/g); is_deeply(\@tmp, ['CF B', 'CF A', 'CF C']);