Merge branch 'master' of bitbucket.org:jamkazam/jam-web

This commit is contained in:
Seth Call 2013-01-13 22:51:28 -06:00
commit e00c4884f6
1 changed files with 2 additions and 1 deletions

View File

@ -18,11 +18,12 @@ When /^I create a public music session$/ do
page.find("#poorAudioButton").click
page.find("#goodAudioButton").click
page.find("[cucumber-id='ftue-home-link']").click
# to wait for animation to end
sleep 3
page.find("[layout-link='createSession']").click
# pick a genre, any genre
page.find("input[value='african']").click
page.find("input[value='rock']").click
# fill in description
page.fill_in 'description', :with => @session_description