Update test

This commit is contained in:
Jason Zimdars
2025-10-16 20:20:56 -05:00
parent 0a4e5dafcb
commit f7c5996bec
+2 -2
View File
@@ -12,7 +12,7 @@ class EventsControllerTest < ActionDispatch::IntegrationTest
get events_path
assert_select "div.events__time-block[style='grid-area: 17/2']" do
assert_select "strong", text: "David assigned JZ to Layout is broken"
assert_select "strong", text: "David assigned JZ to \"Layout is broken\""
end
end
@@ -22,7 +22,7 @@ class EventsControllerTest < ActionDispatch::IntegrationTest
get events_path
assert_select "div.events__time-block[style='grid-area: 22/2']" do
assert_select "strong", text: "David assigned JZ to Layout is broken"
assert_select "strong", text: "David assigned JZ to \"Layout is broken\""
end
end