[Rt-commit] [rtir] 06/08: Small wording changes in 4.2 that broke link following

Kevin Falcone falcone at bestpractical.com
Fri Apr 18 21:20:54 EDT 2014


This is an automated email from the git hooks/post-receive script.

falcone pushed a commit to branch 3.2/test-fixes
in repository rtir.

commit c273b21d152d0aa080940450bebfe024432266a5
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Apr 18 16:06:52 2014 -0400

    Small wording changes in 4.2 that broke link following
---
 t/rtfm/basics.t | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/rtfm/basics.t b/t/rtfm/basics.t
index c8a9073..2e79c49 100644
--- a/t/rtfm/basics.t
+++ b/t/rtfm/basics.t
@@ -13,11 +13,11 @@ my $ir_id  = $agent->create_ir( {Subject => "looking for articles"});
 $agent->display_ticket( $ir_id);
 
 $agent->follow_link_ok({text => "Articles"}, "followed 'Articles' overview link");
-$agent->title_like(qr/^Articles$/);
+$agent->title_like(qr/^Search for articles$/);
 
 $agent->back();
 
-$agent->follow_link_ok({text => "Create", url_regex => qr/Articles/}, "followed new article link");
+$agent->follow_link_ok({text => "Create", url_regex => qr/Articles/, n => 2}, "followed new article link");
 
 $agent->follow_link_ok({text => "in class Templates"}, "chose a class");
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list