diff --git a/features/step_definitions/trumpeter_steps.rb b/features/step_definitions/trumpeter_steps.rb index bd88d6c3a..4a6e783e4 100644 --- a/features/step_definitions/trumpeter_steps.rb +++ b/features/step_definitions/trumpeter_steps.rb @@ -154,5 +154,5 @@ When /^I click the "([^"]*)" post$/ do |post_text| end Then /^"([^"]*)" should be the first canvas frame$/ do |post_text| - find(".canvas-frame:first").should have_content(post_text) -end \ No newline at end of file + find(".canvas-frame").should have_content(post_text) +end \ No newline at end of file