Author: cabraham
Date: 2007-07-31 16:22:36 -0400 (Tue, 31 Jul 2007)
New Revision: 7902
Modified:
topp_ftesting/trunk/ftests/edit_project.twill
Log:
check for edited project in updated lists
Modified: topp_ftesting/trunk/ftests/edit_project.twill
===================================================================
--- topp_ftesting/trunk/ftests/edit_project.twill 2007-07-31 20:11:36 UTC
(rev 7901)
+++ topp_ftesting/trunk/ftests/edit_project.twill 2007-07-31 20:22:36 UTC
(rev 7902)
@@ -12,8 +12,7 @@
#
-go ${base_url}/projects
-follow $projname
+go ${base_url}/projects/${projname}
follow edit
fv edit_form title $projfullname
fv edit_form text ${projbody}${pagelink}
@@ -25,4 +24,7 @@
# verify project appears in updated projects list
go ${base_url}
-find 'Updated projects.*${projname}' s
+find 'Updated projects.*${projtitle}' s
+go ${base_url}/projects
+find 'updated projects.*${projtitle}.*1\s*member,\s*last updated today' s
+
--
Archive:
http://www.openplans.org/projects/opencore/lists/openplans-svn/archive/2007/07/1185913356428
To unsubscribe send an email with subject unsubscribe to [EMAIL PROTECTED]
Please contact [EMAIL PROTECTED] for questions.