Merge pull request #493 from basecamp/activity-dom

Activity dom
This commit is contained in:
Andy Smith
2025-05-14 13:10:46 -05:00
committed by GitHub
15 changed files with 191 additions and 116 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ class EventsControllerTest < ActionDispatch::IntegrationTest
test "index" do
get events_path
assert_select "div.event__wrapper[style='grid-area: 17/2']" do
assert_select "ul.events__time-block[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_path
assert_select "div.event__wrapper[style='grid-area: 22/2']" do
assert_select "ul.events__time-block[style='grid-area: 22/2']" do
assert_select "strong", text: "David assigned JZ to Layout is broken"
end
end