diff --git a/app/views/proposals/index.html.haml b/app/views/proposals/index.html.haml
index 06154d47..5ed332dc 100644
--- a/app/views/proposals/index.html.haml
+++ b/app/views/proposals/index.html.haml
@@ -55,7 +55,7 @@
%p
Knowing the number of visitors for the conference helps the organizers plan better.
- %table.table.table-striped
+ %table.table.table-striped#events
- @events.each do |event|
%tr
%td{style: "padding:20px 8px 20px 8px;"}
diff --git a/spec/features/versions_spec.rb b/spec/features/versions_spec.rb
index 0db2d1f9..1bf114a0 100644
--- a/spec/features/versions_spec.rb
+++ b/spec/features/versions_spec.rb
@@ -193,7 +193,9 @@ feature 'Version' do
click_link 'Reject event'
visit conference_program_proposals_path(conference_id: conference.short_title)
- click_link 'Re-Submit'
+ within('#events') do
+ click_link 'Re-Submit'
+ end
visit admin_conference_program_events_path(conference.short_title)
click_button 'New'