Merge branch 'master' into 2143-add-an-exception-for-DNSSEC-in-the-registry-lock

This commit is contained in:
OlegPhenomenon 2021-09-14 11:49:19 +03:00 committed by GitHub
commit 4b80ed5699
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
149 changed files with 550 additions and 593 deletions

View file

@ -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

View file

@ -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