mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
refactored: extra line breaks, extra indentation, extra comments
This commit is contained in:
parent
ed3ee5ffc0
commit
02b5c8c4b6
17 changed files with 310 additions and 346 deletions
|
@ -11,13 +11,9 @@ class AdminAreaInvoicesIntegrationTest < ApplicationIntegrationTest
|
|||
|
||||
assert_text 'Create new invoice'
|
||||
select 'Best Names', from: 'deposit_registrar_id', match: :first
|
||||
|
||||
fill_in 'Amount', with: '1000'
|
||||
|
||||
click_on 'Save'
|
||||
|
||||
# TODO
|
||||
# Should be assert_text 'Record created'
|
||||
assert_equal page.status_code, 200
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue