From aee781f31e34c71447e74e26375d2bc819aceb79 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 30 Oct 2015 14:44:46 +0100 Subject: Make the form look a bit nicer again. Made the song fields align under each other again. --- spec/support/submit_form_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/support') diff --git a/spec/support/submit_form_helper.rb b/spec/support/submit_form_helper.rb index 3d881cb..30816cf 100644 --- a/spec/support/submit_form_helper.rb +++ b/spec/support/submit_form_helper.rb @@ -16,7 +16,7 @@ module SubmitFormHelper if params['songs'] within '#form-songs #song-1-info' do - fill_in 'Tittel:', with: params['songs']['1']['title'] + fill_in 'Låttittel:', with: params['songs']['1']['title'] fill_in 'Lengde:', with: params['songs']['1']['time'] fill_in 'ISRC-kode:', with: params['songs']['1']['isrc'] fill_in 'Utøvere:', with: params['songs']['1']['performers'] -- cgit v1.2.3