diff --git a/features/step_definitions/trumpeter_steps.rb b/features/step_definitions/trumpeter_steps.rb index 33809e52e..73b2e5d51 100644 --- a/features/step_definitions/trumpeter_steps.rb +++ b/features/step_definitions/trumpeter_steps.rb @@ -109,7 +109,7 @@ Then /^I should see "([^"]*)" in the framer preview$/ do |post_text| end When /^I select the mood "([^"]*)"$/ do |mood| - select mood, :from => 'template' + click_link mood end Then /^the post's mood should (?:still |)be "([^"]*)"$/ do |mood|