diff --git a/spec/system/agenda_events_settings_spec.rb b/spec/system/agenda_events_settings_spec.rb index c2ce872..481f37b 100644 --- a/spec/system/agenda_events_settings_spec.rb +++ b/spec/system/agenda_events_settings_spec.rb @@ -39,7 +39,7 @@ visit decidim_admin.preview_newsletter_template_path(id: :canodrom_agenda_events) expect(page).to have_content("This is an event title for this agenda") - #expect(page).to have_content("What is happening during the week") + expect(page).to have_content("What is happening during the week") expect(page).to have_content("Dummy text for body:") end end