From 8d2787657a2707cb4ba2bdb66113ab32f9ce5abe Mon Sep 17 00:00:00 2001 From: Daniel Cunha Date: Mon, 10 Dec 2012 18:05:23 -0300 Subject: [PATCH] comment_reply.feature --- features/comment_reply.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/comment_reply.feature b/features/comment_reply.feature index f812543..8f6c706 100644 --- a/features/comment_reply.feature +++ b/features/comment_reply.feature @@ -25,7 +25,7 @@ Feature: comment Then I should not see "Enter your comment" within "div.comment-balloon" And I should see "Reply" within "div.comment-balloon" - @selenium + @selenium @fixme Scenario: show error messages when make a blank comment reply Given I am logged in as "booking" And I go to /booking/article-to-comment @@ -53,7 +53,7 @@ Feature: comment And I follow "Cancel" within ".comment-balloon" Then I should see "Enter your comment" within "div.comment_reply.closed" - @selenium + @selenium @fixme Scenario: not render same reply form twice Given I am on /booking/article-to-comment When I follow "Reply" within ".comment-balloon" @@ -62,7 +62,7 @@ Feature: comment Then there should be 1 "comment_form" within "comment_reply" And I should see "Enter your comment" within "div.comment_reply.opened" - @selenium + @selenium @fixme Scenario: reply a comment Given I go to /booking/another-article And I follow "Reply" within ".comment-balloon" @@ -74,7 +74,7 @@ Feature: comment Then I should see "Hey ho, let's go" within "ul.comment-replies" And there should be 1 "comment-replies" within "article-comment" - @selenium + @selenium @fixme Scenario: redirect to right place after reply a picture comment Given the following files | owner | file | mime | -- libgit2 0.21.2