Merge branch 'master' of bitbucket.org:jamkazam/jam-web
This commit is contained in:
commit
e00c4884f6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue