fix only date is expected on the invoices list table.

time is not supposed to be rendered on the invoices list table (only date)
This commit is contained in:
Mohamed ABDELLANI
2023-08-01 09:27:16 +01:00
parent 5358802ab5
commit c21ffd338b

View File

@@ -1044,7 +1044,7 @@ describe '
let(:table_contents) {
[
Invoice.first.created_at.strftime('%B %d, %Y 12:00 AM').to_s,
Invoice.first.created_at.strftime('%B %d, %Y').to_s,
"1",
"0.0",
"Active",