mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Fix test
This commit is contained in:
parent
b6fd215d29
commit
d708a953a4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ feature 'Invoices', type: :feature do
|
||||||
it 'should forward invoice' do
|
it 'should forward invoice' do
|
||||||
visit '/registrar/invoices'
|
visit '/registrar/invoices'
|
||||||
click_link @invoice.to_s
|
click_link @invoice.to_s
|
||||||
click_link 'Forward invoice'
|
click_link 'Forward'
|
||||||
click_button 'Forward'
|
click_button 'Forward'
|
||||||
page.should have_text('Failed to forward invoice')
|
page.should have_text('Failed to forward invoice')
|
||||||
fill_in 'Billing email', with: 'test@test.ee'
|
fill_in 'Billing email', with: 'test@test.ee'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue