From 44f712a2e611a104df262b6b95ca8c385f35d74b Mon Sep 17 00:00:00 2001
From: Benjamin Neff <benjamin@coding4coffee.ch>
Date: Mon, 6 Feb 2017 00:29:01 +0100
Subject: [PATCH] Add test for first post to be public

---
 features/desktop/signs_up.feature | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/features/desktop/signs_up.feature b/features/desktop/signs_up.feature
index dbbbf73fa8..84b6381a3c 100644
--- a/features/desktop/signs_up.feature
+++ b/features/desktop/signs_up.feature
@@ -37,6 +37,11 @@ Feature: new user registration
     Then I should be on the stream page
     And I close the publisher
 
+  Scenario: first status message is public
+    When I confirm the alert after I follow "awesome_button"
+    Then I should be on the stream page
+    And I should see "Public" within ".aspect_dropdown"
+
   Scenario: new user without any tags posts first status message
     When I confirm the alert after I follow "awesome_button"
     Then I should be on the stream page
-- 
GitLab