Fix dropdown on event index page
This commit is contained in:
parent
5f6ab4f7ee
commit
edab06b253
2 changed files with 11 additions and 11 deletions
|
|
@ -66,7 +66,7 @@ feature Event do
|
|||
visit admin_conference_events_path(conference.short_title)
|
||||
expect(page.has_content?('Example Proposal')).to be true
|
||||
|
||||
click_link 'New'
|
||||
click_button 'New'
|
||||
click_link "accept_event_#{event.id}"
|
||||
|
||||
expect(page.has_content?('Unconfirmed')).to be true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue