From 8370a5fed06ad8a984f10e6aa4e8dc30c508957c Mon Sep 17 00:00:00 2001 From: Mohamed ABDELLANI Date: Mon, 19 Feb 2024 11:00:55 +0100 Subject: [PATCH] fix existing tests --- spec/system/admin/orders_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/admin/orders_spec.rb b/spec/system/admin/orders_spec.rb index 4f5ef06f1f..4f2d58b189 100644 --- a/spec/system/admin/orders_spec.rb +++ b/spec/system/admin/orders_spec.rb @@ -736,7 +736,7 @@ describe ' expect(page).to have_content "#{ order5.distributor.name - } must have a valid ABN before invoices can be sent." + } must have a valid ABN before invoices can be used." end end it_behaves_like "should not print the invoice"