[Jifty-commit] r5278 - in jifty/trunk: t/TestApp-Plugin-OnClick/t

Jifty commits jifty-commit at lists.jifty.org
Tue Apr 8 15:36:50 EDT 2008


Author: sartak
Date: Tue Apr  8 15:36:47 2008
New Revision: 5278

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/t/TestApp-Plugin-OnClick/t/onclick.t

Log:
 r53788 at onn:  sartak | 2008-04-08 15:36:13 -0400
 Short sleep in the onclick test to make sure the page is loaded before continuing


Modified: jifty/trunk/t/TestApp-Plugin-OnClick/t/onclick.t
==============================================================================
--- jifty/trunk/t/TestApp-Plugin-OnClick/t/onclick.t	(original)
+++ jifty/trunk/t/TestApp-Plugin-OnClick/t/onclick.t	Tue Apr  8 15:36:47 2008
@@ -22,6 +22,7 @@
 unlike( $html, qr{args:/content1\.html}, 'replaced by javascript' );
 
 $sel->click_ok("//a[\@id='original_content']");
+sleep 2; # in case the click returning slowly
 is( $sel->get_alert,
     'please use Jifty.update instead of update.',
     'bare update is deprecated'


More information about the Jifty-commit mailing list