Try a more Basecamp style activity event card

This commit is contained in:
Jason Zimdars
2025-02-19 14:02:07 -06:00
parent 0fc85f11a5
commit b3b881da17
5 changed files with 33 additions and 41 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ class EventsControllerTest < ActionDispatch::IntegrationTest
get events_url
assert_select "div.event__wrapper[style='grid-area: 17/1']" do
assert_select "strong", text: "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_url
assert_select "div.event__wrapper[style='grid-area: 22/1']" do
assert_select "strong", text: "Layout is broken"
assert_select "strong", text: "David assigned JZ to Layout is broken"
end
end
end