Update tests

This commit is contained in:
Jason Zimdars
2025-10-23 07:54:46 -07:00
parent 45614a07ea
commit 1c8a9fdc67
2 changed files with 2 additions and 2 deletions
@@ -13,7 +13,7 @@ class Cards::PublishesControllerTest < ActionDispatch::IntegrationTest
post card_publish_path(card)
end
assert_redirected_to card
assert_redirected_to card.collection
end
test "create and add another" do
+1 -1
View File
@@ -10,7 +10,7 @@ class SmokeTest < ApplicationSystemTestCase
fill_in_lexxy with: "I am editing this thing"
click_on "Create card"
assert_selector "h1", text: "Hello, world!"
assert_selector "h3", text: "Hello, world!"
end
test "active storage attachments" do