Merge pull request #1159 from nishanthvijayan/changelog-improvements
Misc improvements to Revision History
This commit is contained in:
commit
6c39d34322
8 changed files with 211 additions and 134 deletions
|
|
@ -58,6 +58,7 @@ feature 'Version' do
|
|||
new_conference.update_attributes(title: 'New Con', short_title: 'NewCon')
|
||||
|
||||
visit admin_revision_history_path
|
||||
select '100', from: 'versionstable_length'
|
||||
expect(page).to have_text('Someone (probably via the console) created new conference New Con')
|
||||
expect(page).to have_text('Someone (probably via the console) created new event type Talk in conference NewCon')
|
||||
expect(page).to have_text('Someone (probably via the console) created new event type Workshop in conference NewCon')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue