Skip to content

Commit c4d3fd8

Browse files
committed
fix hotwired#1241 - adding failing tests
1 parent 53e8583 commit c4d3fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/functional/frame_navigation_tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test("frame navigation with data-turbo-action", async ({ page }) => {
4343

4444
const titleText = await page.textContent("h1")
4545
assert.equal(titleText, "Frame navigation tests")
46-
46+
4747
await page.goBack()
4848
await nextEventNamed(page, "turbo:load")
4949
assert.equal(pathname(page.url()), "/src/tests/fixtures/frame_navigation.html")

0 commit comments

Comments
 (0)