[seam-commits] Seam SVN: r12512 - branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/tasks/src/org/jboss/seam/example/tasks/test/selenium.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Apr 16 06:42:32 EDT 2010


Author: jharting
Date: 2010-04-16 06:42:31 -0400 (Fri, 16 Apr 2010)
New Revision: 12512

Modified:
   branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/tasks/src/org/jboss/seam/example/tasks/test/selenium/SeleniumTasksTest.java
Log:
JBPAPP-4114

Modified: branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/tasks/src/org/jboss/seam/example/tasks/test/selenium/SeleniumTasksTest.java
===================================================================
--- branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/tasks/src/org/jboss/seam/example/tasks/test/selenium/SeleniumTasksTest.java	2010-04-16 10:40:13 UTC (rev 12511)
+++ branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/tasks/src/org/jboss/seam/example/tasks/test/selenium/SeleniumTasksTest.java	2010-04-16 10:42:31 UTC (rev 12512)
@@ -124,8 +124,8 @@
    public void editTurtleTask()
    {
       String turtle = "Buy a turtle";
-      String newCategory = "School";
-      String newDescription = "Buy a turtle and take it to school";
+      String newCategory = "Work";
+      String newDescription = "Buy a turtle and take it to work";
       editTask(turtle, newCategory, newDescription);
       buttonPresent(newDescription, RESOLVE_BTN_TITLE);
       navigate(LOGOUT_LINK);



More information about the seam-commits mailing list