diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-10-30 14:32:07 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-10-30 14:32:07 +0100 |
commit | 55983d657c857077ff0144e4c18d84194597b67e (patch) | |
tree | c35dd792c6b4eb812f90eaf904bfa55313112488 /spec/support | |
parent | 90f4ed34c62f5d90b536cac97265d323d0c1c136 (diff) | |
download | norsk-urskog-registrations-55983d657c857077ff0144e4c18d84194597b67e.tar.gz norsk-urskog-registrations-55983d657c857077ff0144e4c18d84194597b67e.tar.bz2 norsk-urskog-registrations-55983d657c857077ff0144e4c18d84194597b67e.zip |
Simplify form: Don't mess with adding songs, display them all at once.
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/submit_form_helper.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/support/submit_form_helper.rb b/spec/support/submit_form_helper.rb index 45e7d67..3d881cb 100644 --- a/spec/support/submit_form_helper.rb +++ b/spec/support/submit_form_helper.rb @@ -15,8 +15,6 @@ module SubmitFormHelper end if params['songs'] - click_on 'Legg til låt' - within '#form-songs #song-1-info' do fill_in 'Tittel:', with: params['songs']['1']['title'] fill_in 'Lengde:', with: params['songs']['1']['time'] |