Update tests

This commit is contained in:
Jason Zimdars
2025-03-19 13:42:59 -05:00
parent 714ae9d317
commit 91e2b8654b
+2 -2
View File
@@ -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