[Yanel-commits] rev 60760 - public/yanel/trunk/src/realms/yanel-website/src/test/canoo/tests

michi at wyona.com michi at wyona.com
Sat Sep 17 09:43:02 CEST 2011


Author: michi
Date: 2011-09-17 09:43:01 +0200 (Sat, 17 Sep 2011)
New Revision: 60760

Modified:
   public/yanel/trunk/src/realms/yanel-website/src/test/canoo/tests/add-comment.xml
Log:
verify title on confirmation screen

Modified: public/yanel/trunk/src/realms/yanel-website/src/test/canoo/tests/add-comment.xml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/src/test/canoo/tests/add-comment.xml	2011-09-17 07:42:33 UTC (rev 60759)
+++ public/yanel/trunk/src/realms/yanel-website/src/test/canoo/tests/add-comment.xml	2011-09-17 07:43:01 UTC (rev 60760)
@@ -15,7 +15,6 @@
 
     <webtest name="Add Comment">
       &config;
-      <!--<login/>-->
       <invoke description="Get the page: " url="/${realm.prefix}en/about.html"/>
       <verifyText description="Verify that page which we want to comment on exists" text="add a comment"/>
       <clickLink description="Click link to start adding a comment" label="add a comment"/>
@@ -30,14 +29,11 @@
       <setInputField description="Set valid email address of author of comment" name="email" value="alice at foo.bar"/>
       <clickButton description="Submit comment" label="Add comment"/>
       <verifyText description="Verify that 'add comment' is working now" text="The following comment has been added successfully:"/>
-<!-- TODO
       <verifyText description="Verify that title is confirmed" text="${TITLE}"/>
--->
       <verifyText description="Verify that text/body is confirmed" text="${BODY_TEXT}"/>
       <clickLink description="Back to original page" label="page"/>
       <verifyText description="Verify that title has been set on original page" text="${TITLE}"/>
       <verifyText description="Verify that text/body has been set on original page" text="${BODY_TEXT}"/>
-      <!--<logout/>-->
     </webtest>
   </target>
 



More information about the Yanel-commits mailing list