diff --git a/features/follows_tags.feature b/features/follows_tags.feature
index ebf4186c52f34261fa3d024823806aca03cef9df..fd421ce65c525ea0b19003bf3c6aa90e6b7d6d04 100644
--- a/features/follows_tags.feature
+++ b/features/follows_tags.feature
@@ -11,8 +11,6 @@ Feature: posting
     When I sign in as "bob@bob.bob"
     And I post a status with the text "I am da #boss"
     And I am on the home page
-    Then I should see "I am da #boss"
-
     When I go to the destroy user session page
     And I sign in as "alice@alice.alice"
     And I search for "#boss"
diff --git a/features/mobile.feature b/features/mobile.feature
index 4c5c7bf97c2a0e280b31d66f704943bb7a305ff3..a45f9ea887fd743f0e77b3281c9e730ac0cf81d9 100644
--- a/features/mobile.feature
+++ b/features/mobile.feature
@@ -7,5 +7,5 @@ Feature: Navigate mobile site
 
   Scenario: Show mobile site
     And I visit the mobile aspects page 
-    Then I should see "sign in"
+    Then I should see "Log in"