[Rt-commit] r19203 - in rt/3.8/trunk: t/web
sartak at bestpractical.com
sartak at bestpractical.com
Tue Apr 14 23:24:43 EDT 2009
Author: sartak
Date: Tue Apr 14 23:24:43 2009
New Revision: 19203
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/t/web/dashboards.t
Log:
r82169 at onn: sartak | 2009-04-14 23:24:35 -0400
Follow the *second* link since the first is the menubar link to the edit page
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 Tue Apr 14 23:24:43 2009
@@ -132,7 +132,7 @@
Subject => 'dashboard test',
);
-$m->follow_link_ok({text => 'different dashboard'});
+$m->follow_link_ok({text => 'different dashboard', n => 2});
$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'});
+$m->follow_link_ok({text => 'system dashboard', n => 2});
$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