mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
Updated invoices spec
This commit is contained in:
parent
2dfa65645b
commit
f099900308
2 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
||||
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue