diff --git a/spec/features/versions_spec.rb b/spec/features/versions_spec.rb index 655d8322..02fd2639 100644 --- a/spec/features/versions_spec.rb +++ b/spec/features/versions_spec.rb @@ -250,6 +250,7 @@ feature 'Version' do click_link 'Delete' page.accept_alert + expect(page).to have_text('Splashpage was successfully destroyed') visit admin_revision_history_path expect(page).to have_text("#{organizer.name} created new splashpage with ID #{splashpage_id} in conference #{conference.short_title}")