Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
domchristie authored Nov 17, 2023
1 parent 319adf2 commit 6912e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/functional/visit_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ test("Visit direction data attribute when clicking a link", async ({ page }) =>
])
})

test("test Visit direction detdata attribute when navigating back", async ({ page }) => {
test("Visit direction data attribute when navigating back", async ({ page }) => {
await page.click("#same-origin-link")
await nextEventNamed(page, "turbo:load")
await Promise.all([
Expand Down

0 comments on commit 6912e88

Please sign in to comment.