From 954d094d1844e3cdf7c866399a31b05b4ee7a435 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Fri, 14 Nov 2025 09:38:49 -0500 Subject: [PATCH] Fix the stacked notifications to respect time-sortable uuid --- test/system/smoke_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/smoke_test.rb b/test/system/smoke_test.rb index 92cb287fd..d899aa450 100644 --- a/test/system/smoke_test.rb +++ b/test/system/smoke_test.rb @@ -38,7 +38,7 @@ class SmokeTest < ApplicationSystemTestCase test "dismissing notifications" do sign_in_as(users(:david)) - notif = notifications(:logo_comment_david_mention_by_jz) + notif = notifications(:logo_card_david_mention_by_jz) assert_selector "div##{dom_id(notif)}"