fix trumpeter spec
This commit is contained in:
parent
59917e95ab
commit
d53b7b5f9a
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ Then /^I should see "([^"]*)" in the framer preview$/ do |post_text|
|
||||||
end
|
end
|
||||||
|
|
||||||
When /^I select the mood "([^"]*)"$/ do |mood|
|
When /^I select the mood "([^"]*)"$/ do |mood|
|
||||||
select mood, :from => 'template'
|
click_link mood
|
||||||
end
|
end
|
||||||
|
|
||||||
Then /^the post's mood should (?:still |)be "([^"]*)"$/ do |mood|
|
Then /^the post's mood should (?:still |)be "([^"]*)"$/ do |mood|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue