From 2c5ffce2b91899e00b3f0adeff1a067a892110e2 Mon Sep 17 00:00:00 2001 From: Daniel Cunha Date: Mon, 10 Dec 2012 17:46:43 -0300 Subject: [PATCH] comment.feature --- features/comment.feature | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/features/comment.feature b/features/comment.feature index 41b5991..59f641d 100644 --- a/features/comment.feature +++ b/features/comment.feature @@ -24,7 +24,7 @@ Feature: comment When I press "Post comment" Then I should not see "Hey ho, let's go" - @selenium + @selenium @fixme Scenario: post a comment while not authenticated Given I am on /booking/article-to-comment And I fill in "Name" with "Joey Ramone" @@ -34,7 +34,7 @@ Feature: comment When I press "Post comment" Then I should see "Hey ho, let's go" - @selenium + @selenium @fixme Scenario: post comment while authenticated Given I am logged in as "booking" And I am on /booking/article-to-comment @@ -43,7 +43,7 @@ Feature: comment When I press "Post comment" Then I should see "Hey ho, let's go" - @selenium + @selenium @fixme Scenario: redirect to right place after comment a picture Given the following files | owner | file | mime | @@ -55,7 +55,7 @@ Feature: comment When I press "Post comment" Then I should be exactly on /booking/rails.png?view=true - @selenium + @selenium @fixme Scenario: show error messages when make a blank comment Given I am logged in as "booking" And I am on /booking/article-to-comment @@ -63,7 +63,7 @@ Feature: comment Then I should see "Title can't be blank" And I should see "Body can't be blank" - @selenium + @selenium @fixme Scenario: disable post comment button Given I am on /booking/article-to-comment And I fill in "Name" with "Joey Ramone" @@ -74,7 +74,7 @@ Feature: comment Then the "value.Post comment" button should not be enabled And I should see "Hey ho, let's go" - @selenium + @selenium @fixme Scenario: render comment form and go to bottom Given I am on /booking/article-with-comment When I follow "Post a comment" within ".post-comment-button" @@ -82,7 +82,7 @@ Feature: comment And I should be exactly on /booking/article-with-comment And I should be moved to anchor "comment_form" - @selenium + @selenium @fixme Scenario: keep comments field filled while trying to do a comment Given I am on /booking/article-with-comment And I fill in "Name" with "Joey Ramone" -- libgit2 0.21.2