Add bank statement create test #2733

This commit is contained in:
Martin Lensment 2015-06-26 17:42:42 +03:00
parent dc8f30f646
commit 4e07941f0c
3 changed files with 54 additions and 2 deletions

View file

@ -35,7 +35,7 @@ feature 'Invoice', type: :feature do
select r.name, from: 'Registrar'
fill_in 'Amount', with: '100'
fill_in 'Description', with: 'test issue'
click_button 'Add'
click_button 'Save'
page.should have_content('Record created')
page.should have_content('Invoice no.')
page.should have_content('Prepayment')