Allinea i KPI su due righe e aggiunge lo storico orario degli invii confermati.
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / scan_ruby (push) Has been cancelled

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-07 12:53:38 +02:00
co-authored by Cursor
parent 390cb0e657
commit 1c6b4bbabe
4 changed files with 61 additions and 1 deletions
@@ -34,6 +34,8 @@ class MailingsControllerTest < ActionDispatch::IntegrationTest
assert_response :success
assert_select "div", text: "Mail / ora"
assert_match(/1 ultimi 15 min/, response.body)
assert_select "div", text: "Storico invio"
assert_match(/1 inviate · ultime 12 ore/, response.body)
end
test "creates a draft and opens audience filters" do