Skip to content

Commit

Permalink
Remove "test" prefix from test description
Browse files Browse the repository at this point in the history
  • Loading branch information
domchristie authored Nov 17, 2023
1 parent badfd69 commit 319adf2
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 @@ -221,7 +221,7 @@ test("test Visit with network error", async ({ page }) => {
await nextEventNamed(page, "turbo:fetch-request-error")
})

test("test Visit direction data attribute when clicking a link", async ({ page }) => {
test("Visit direction data attribute when clicking a link", async ({ page }) => {
await Promise.all([
waitUntilSelector(page, "[data-turbo-visit-direction='forward']")
.then(() => waitUntilSelector(page, "html:not([data-turbo-visit-direction])")),
Expand Down

0 comments on commit 319adf2

Please sign in to comment.