[Rt-commit] r13467 - in rt/3.8/trunk: t/web

sartak at bestpractical.com sartak at bestpractical.com
Fri Jun 20 15:00:05 EDT 2008


Author: sartak
Date: Fri Jun 20 15:00:05 2008
New Revision: 13467

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/t/web/dashboards.t

Log:
 r62995 at dhcp184:  sartak | 2008-06-20 13:59:37 -0500
 Fix the dashboard tests that looked at the wrong form value


Modified: rt/3.8/trunk/t/web/dashboards.t
==============================================================================
--- rt/3.8/trunk/t/web/dashboards.t	(original)
+++ rt/3.8/trunk/t/web/dashboards.t	Fri Jun 20 15:00:05 2008
@@ -60,7 +60,7 @@
 $m->follow_link_ok({text => "Queries"});
 $m->content_contains("Modify the queries of dashboard different dashboard");
 $m->form_name('DashboardQueries');
-$m->field('Searches-Available' => ["2-RT::System"]);
+$m->field('Searches-Available' => ["2-RT::System-1"]);
 $m->click_button(name => 'add');
 $m->content_contains("Dashboard updated");
 
@@ -75,7 +75,7 @@
 like($searches[0]->Name, qr/newest unowned tickets/, "correct search name");
 
 $m->form_name('DashboardQueries');
-$m->field('Searches-Available' => ["1-RT::System"]);
+$m->field('Searches-Available' => ["1-RT::System-1"]);
 $m->click_button(name => 'add');
 $m->content_contains("Dashboard updated");
 


More information about the Rt-commit mailing list