Use card rerendering instead of redirects
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
module CardTestHelper
|
||||
def assert_card_container_rerendered(card)
|
||||
assert_turbo_stream action: :replace, target: dom_id(card, :card_container)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user