Skip to content

Commit

Permalink
fix hotwired#1241 - adding failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tleish committed Jun 21, 2024
1 parent 53e8583 commit c4d3fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/functional/frame_navigation_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ test("frame navigation with data-turbo-action", async ({ page }) => {

const titleText = await page.textContent("h1")
assert.equal(titleText, "Frame navigation tests")

await page.goBack()
await nextEventNamed(page, "turbo:load")
assert.equal(pathname(page.url()), "/src/tests/fixtures/frame_navigation.html")
Expand Down

0 comments on commit c4d3fd8

Please sign in to comment.