add to_contact and contacted tabs
This commit is contained in:
parent
9d2d1c0e5a
commit
7cd1635317
6 changed files with 78 additions and 19 deletions
|
|
@ -26,7 +26,7 @@ feature Sponsor do
|
|||
click_button 'Create Sponsor'
|
||||
|
||||
expect(flash).to eq('Sponsor successfully created.')
|
||||
click_link 'Unconfirmed'
|
||||
click_link 'To contact'
|
||||
within('table#sponsors') do
|
||||
expect(page.has_content?('SUSE')).to be true
|
||||
expect(page.has_content?('The original provider')).to be true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue