diff --git a/features/step_definitions/trumpeter_steps.rb b/features/step_definitions/trumpeter_steps.rb
index 4a6e783e4fe2c08229a61be742d5d2007dc43d5a..6aedd13a89d36facdcb957f698c39b3745684ef2 100644
--- a/features/step_definitions/trumpeter_steps.rb
+++ b/features/step_definitions/trumpeter_steps.rb
@@ -38,7 +38,7 @@ def finalize_frame
 end
 
 def assert_post_renders_with(mood)
-  find(".post.#{mood.downcase}").should be_present
+  find(".#{mood.downcase}").should be_present
 end
 
 def get_image_filename(filename)