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

sartak at bestpractical.com sartak at bestpractical.com
Wed Apr 15 20:37:16 EDT 2009


Author: sartak
Date: Wed Apr 15 20:37:15 2009
New Revision: 19212

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

Log:
 r82192 at onn:  sartak | 2009-04-15 20:37:05 -0400
 Menu structure changed back :)


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	Wed Apr 15 20:37:15 2009
@@ -132,7 +132,7 @@
 	Subject   => 'dashboard test',
 );
 
-$m->follow_link_ok({text => 'different dashboard', n => 2});
+$m->follow_link_ok({text => 'different dashboard'});
 $m->content_contains("20 highest priority tickets I own");
 $m->content_contains("20 newest unowned tickets");
 $m->content_lacks("Bookmarked Tickets");
@@ -231,7 +231,7 @@
 
 $m->content_contains("The following queries may not be visible to all users who can see this dashboard.");
 
-$m->follow_link_ok({text => 'system dashboard', n => 2});
+$m->follow_link_ok({text => 'system dashboard'});
 $m->content_contains("personal search", "saved search shows up");
 $m->content_contains("dashboard test", "matched ticket shows up");
 


More information about the Rt-commit mailing list