Adopt spec to changes in the messages
This commit is contained in:
parent
cc2544c0ae
commit
918eb91549
1 changed files with 1 additions and 1 deletions
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue