mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Add bank statement create test #2733
This commit is contained in:
parent
dc8f30f646
commit
4e07941f0c
3 changed files with 54 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue