From 48d4a65c7dd35204cbdbe1771d4c9d6e66bbc173 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Mon, 29 Sep 2025 17:48:29 +0200 Subject: [PATCH] Fix test --- test/system/smoke_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/smoke_test.rb b/test/system/smoke_test.rb index 19b1b2a14..5a0c5432b 100644 --- a/test/system/smoke_test.rb +++ b/test/system/smoke_test.rb @@ -4,7 +4,7 @@ class SmokeTest < ApplicationSystemTestCase test "create a card" do sign_in_as(users(:david)) - visit collection_path(collections(:writebook)) + visit collection_url(collections(:writebook)) click_on "Add a card" fill_in "card_title", with: "Hello, world!" fill_in_lexxy with: "I am editing this thing"