You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by cg...@apache.org on 2012/11/06 04:18:28 UTC

svn commit: r1406032 - /rave/trunk/rave-integration-tests/rave-admin-tests/src/main/stories/manageCategories.story

Author: cgeer
Date: Tue Nov  6 03:18:28 2012
New Revision: 1406032

URL: http://svn.apache.org/viewvc?rev=1406032&view=rev
Log:
RAVE-846 Updated the manageCategories story to log out at the end.

Modified:
    rave/trunk/rave-integration-tests/rave-admin-tests/src/main/stories/manageCategories.story

Modified: rave/trunk/rave-integration-tests/rave-admin-tests/src/main/stories/manageCategories.story
URL: http://svn.apache.org/viewvc/rave/trunk/rave-integration-tests/rave-admin-tests/src/main/stories/manageCategories.story?rev=1406032&r1=1406031&r2=1406032&view=diff
==============================================================================
--- rave/trunk/rave-integration-tests/rave-admin-tests/src/main/stories/manageCategories.story (original)
+++ rave/trunk/rave-integration-tests/rave-admin-tests/src/main/stories/manageCategories.story Tue Nov  6 03:18:28 2012
@@ -53,4 +53,9 @@ Then I see the category details page
 When I select the delete checkbox
 And I click the "Delete Category" button
 Then I see the categories list table
-And I do not see a category called "My Category" in the categories list table
\ No newline at end of file
+And I do not see a category called "My Category" in the categories list table
+
+Scenario: Admin logs out
+Given I see the categories list table
+When I log out
+Then I see the Rave login page
\ No newline at end of file