X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Farticles%2Finterface.t;h=779127fa6cc0d523f80699ef68cf42b50897442c;hb=679854b8bbc65d112071111bbd7f34a6a481fb30;hp=d04be8b88ee827a398aeba093db6e42c94a72222;hpb=9b328d940af56b9924a342192ebb0790478fa705;p=freeside.git diff --git a/rt/t/articles/interface.t b/rt/t/articles/interface.t index d04be8b88..779127fa6 100644 --- a/rt/t/articles/interface.t +++ b/rt/t/articles/interface.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; @@ -192,10 +191,10 @@ $m->follow_link_ok( { text => 'Extract Article' }, '-> Extract Article' ); $m->content_contains($class->Name); $m->follow_link_ok( { text => $class->Name }, 'Extract Article -> '. $class->Name ); $m->content_like(qr/Select topics for this article/i, 'selecting topic'); -$m->form_number(3); +$m->form_number(2); $m->set_visible([option => $topic1->Name]); $m->submit; -$m->form_number(3); +$m->form_number(2); $m->set_visible([option => $answerCF->Name]); $m->click(); $m->title_like(qr/Create a new article/, "got edit page from extraction");