Adopt spec to changes in the messages

This commit is contained in:
Henne Vogelsang 2019-02-19 21:43:03 +01:00
parent cc2544c0ae
commit 918eb91549

View file

@ -212,7 +212,7 @@ feature 'Version' do
visit admin_revision_history_path
expect(page).to have_text("#{organizer.name} submitted new event ABC in conference #{conference.short_title}")
expect(page).to have_text("#{organizer.name} updated difficulty level and subtitle of event ABC in conference #{conference.short_title}")
expect(page).to have_text("#{organizer.name} updated subtitle and difficulty level of event ABC in conference #{conference.short_title}")
expect(page).to have_text("#{organizer.name} rejected event ABC in conference #{conference.short_title}")
expect(page).to have_text("#{organizer.name} resubmitted event ABC in conference #{conference.short_title}")
expect(page).to have_text("#{organizer.name} accepted event ABC in conference #{conference.short_title}")