[Rt-commit] r13430 - in rt/3.8/trunk: t/web
kyoki at bestpractical.com
kyoki at bestpractical.com
Thu Jun 19 15:12:59 EDT 2008
Author: kyoki
Date: Thu Jun 19 15:12:50 2008
New Revision: 13430
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/t/web/dashboards.t
Log:
r23155 at nyx: kyoki | 2008-06-19 15:12:14 -0400
fixed dashboards.t - replaced all instances of "Preview" with "Show"
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 Thu Jun 19 15:12:50 2008
@@ -52,7 +52,7 @@
$m->content_contains("Basics");
$m->content_contains("Queries");
$m->content_lacks("Subscription", "we don't have the SubscribeDashboard right");
-$m->content_contains("Preview");
+$m->content_contains("Show");
$m->follow_link_ok({text => "Basics"});
$m->content_contains("Modify the dashboard different dashboard");
@@ -96,7 +96,7 @@
Subject => 'dashboard test',
);
-$m->follow_link_ok({text => "Preview"});
+$m->follow_link_ok({text => "Show"});
$m->content_contains("20 highest priority tickets I own");
$m->content_contains("20 newest unowned tickets");
$m->content_lacks("Bookmarked Tickets");
More information about the Rt-commit
mailing list