Fix rspec tests because of the changes to the cfp
Remove redundant association Note: a conference created with :full_conference already has a cfp
This commit is contained in:
parent
2bff918556
commit
a1124546f1
16 changed files with 78 additions and 74 deletions
|
|
@ -38,9 +38,9 @@ feature 'Version' do
|
|||
cfp.destroy
|
||||
|
||||
visit admin_revision_history_path
|
||||
expect(page).to have_text("Someone (probably via the console) created new cfp in conference #{conference.short_title}")
|
||||
expect(page).to have_text("Someone (probably via the console) updated start date and end date of cfp in conference #{conference.short_title}")
|
||||
expect(page).to have_text("Someone (probably via the console) deleted cfp in conference #{conference.short_title}")
|
||||
expect(page).to have_text("Someone (probably via the console) created new cfp for events in conference #{conference.short_title}")
|
||||
expect(page).to have_text("Someone (probably via the console) updated start date and end date of cfp for events in conference #{conference.short_title}")
|
||||
expect(page).to have_text("Someone (probably via the console) deleted cfp for events in conference #{conference.short_title}")
|
||||
end
|
||||
|
||||
scenario 'display changes in registration_period', feature: true, versioning: true, js: true do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue