diff --git a/src/tests/fixtures/frames.html b/src/tests/fixtures/frames.html index e3400d70f..457770039 100644 --- a/src/tests/fixtures/frames.html +++ b/src/tests/fixtures/frames.html @@ -16,7 +16,7 @@ } else if (target.id == "add-refresh-morph-to-frame") { target.closest("turbo-frame")?.setAttribute("refresh", "morph") } else if (target.id == "add-src-to-frame") { - target.closest("turbo-frame")?.setAttribute("src", "/__turbo/frames") + target.closest("turbo-frame")?.setAttribute("src", "/src/tests/fixtures/frames.html") } }) @@ -29,7 +29,6 @@