From 2c3ed2ab73112dd903731f9c6e492d497b513b39 Mon Sep 17 00:00:00 2001 From: maxwell Date: Tue, 1 Feb 2011 10:09:50 -0800 Subject: [PATCH] making this feature fail because the publisher is not shown, by rendering this test in a browser --- features/posts.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/posts.feature b/features/posts.feature index c1e351944..35cef3ee3 100644 --- a/features/posts.feature +++ b/features/posts.feature @@ -3,6 +3,7 @@ Feature: posting As a rock star I want to tell the world I am eating a yogurt + @javascript Scenario: post to all aspects Given I am signed in And I have an aspect called "Family" @@ -36,8 +37,7 @@ Feature: posting And I am on the home page When I follow "PostTo" And I fill in "status_message_message" with "I am eating a yogurt" - And I press "Share" - + And I press "Share" And I follow "" Then I should "I am eating a yogurt"