Show real balance in invoices view

This commit is contained in:
Martin Lensment 2015-04-15 14:00:18 +03:00
parent 8768c0e1d6
commit 99aecc476f
5 changed files with 14 additions and 3 deletions

View file

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