Attempting to stabilize another flaky test.
This commit is contained in:
parent
8ddcd695f0
commit
e96a5338e2
2 changed files with 4 additions and 2 deletions
|
|
@ -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;"}
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue