summaryrefslogtreecommitdiffstats
path: root/spec/features/register_band_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/register_band_spec.rb')
-rw-r--r--spec/features/register_band_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/register_band_spec.rb b/spec/features/register_band_spec.rb
index 249bf3f..a2bd454 100644
--- a/spec/features/register_band_spec.rb
+++ b/spec/features/register_band_spec.rb
@@ -48,7 +48,7 @@ feature "Submit registration form" do
end
within '#form-songs #song-1-info' do
- expect(find_field('Tittel:').value).to eql(@band_params['songs']['1']['title'])
+ expect(find_field('Låttittel:').value).to eql(@band_params['songs']['1']['title'])
expect(find_field('Lengde:').value).to eql(@band_params['songs']['1']['time'])
expect(find_field('ISRC-kode:').value).to eql(@band_params['songs']['1']['isrc'])
expect(find_field('Utøvere:').value).to eql(@band_params['songs']['1']['performers'])