diff --git a/test/controllers/events_controller_test.rb b/test/controllers/events_controller_test.rb index c89c06540..528b2da48 100644 --- a/test/controllers/events_controller_test.rb +++ b/test/controllers/events_controller_test.rb @@ -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