mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 02:35:57 +02:00
Merge branch 'master' into 2143-add-an-exception-for-DNSSEC-in-the-registry-lock
This commit is contained in:
commit
4b80ed5699
149 changed files with 550 additions and 593 deletions
|
@ -15,7 +15,7 @@ class SendEInvoiceJobTest < ActiveJob::TestCase
|
|||
|
||||
assert_nothing_raised do
|
||||
perform_enqueued_jobs do
|
||||
SendEInvoiceJob.perform_now(@invoice.id, true)
|
||||
SendEInvoiceJob.perform_now(@invoice.id, payable: true)
|
||||
end
|
||||
end
|
||||
@invoice.reload
|
||||
|
|
|
@ -10,7 +10,7 @@ class AdminAreaBankStatementTest < ApplicationSystemTestCase
|
|||
|
||||
def test_update_bank_statement
|
||||
visit admin_bank_statement_path(id: @invoice.id)
|
||||
|
||||
|
||||
click_link_or_button 'Add'
|
||||
|
||||
fill_in 'Description', with: 'Invoice with id 123'
|
||||
|
@ -55,7 +55,7 @@ class AdminAreaBankStatementTest < ApplicationSystemTestCase
|
|||
|
||||
def test_can_bind_statement_transactions
|
||||
registrar = registrars(:bestnames)
|
||||
registrar.issue_prepayment_invoice(amount: 500)
|
||||
registrar.issue_prepayment_invoice(500)
|
||||
invoice = registrar.invoices.last
|
||||
|
||||
create_bank_statement
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue