Updated invoices spec

This commit is contained in:
Priit Tark 2015-04-15 10:06:48 +03:00
parent 2dfa65645b
commit f099900308
2 changed files with 2 additions and 2 deletions

View file

@ -17,6 +17,6 @@
.row
.col-md-12.text-right
= button_tag(t('save'), class: 'btn btn-primary')
= button_tag(t(:add), class: 'btn btn-primary')

View file

@ -21,7 +21,7 @@ feature 'Invoices', type: :feature do
it 'should navigate to the domains index page' do
current_path.should == '/registrar'
click_link 'Accounting'
click_link 'Billing'
current_path.should == '/registrar/invoices'
page.should have_text('Your current credit account balance is')