From 91e2b8654b3cfdb1709a7edd7463c3b9bb21aafd Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 19 Mar 2025 13:42:59 -0500 Subject: [PATCH] Update tests --- test/controllers/events_controller_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/controllers/events_controller_test.rb b/test/controllers/events_controller_test.rb index e89495b14..6529f2f36 100644 --- a/test/controllers/events_controller_test.rb +++ b/test/controllers/events_controller_test.rb @@ -11,7 +11,7 @@ class EventsControllerTest < ActionDispatch::IntegrationTest test "index" do get events_url - assert_select "div.event__wrapper[style='grid-area: 17/1']" do + assert_select "div.event__wrapper[style='grid-area: 17/2']" do assert_select "strong", text: "David assigned JZ to Layout is broken" end end @@ -21,7 +21,7 @@ class EventsControllerTest < ActionDispatch::IntegrationTest get events_url - assert_select "div.event__wrapper[style='grid-area: 22/1']" do + assert_select "div.event__wrapper[style='grid-area: 22/2']" do assert_select "strong", text: "David assigned JZ to Layout is broken" end end