diff --git a/src/tests/functional/frame_navigation_tests.js b/src/tests/functional/frame_navigation_tests.js index d4d3cbf51..f0c3b3901 100644 --- a/src/tests/functional/frame_navigation_tests.js +++ b/src/tests/functional/frame_navigation_tests.js @@ -117,7 +117,7 @@ test("promoted frame navigations are cached", async ({ page }) => { assert.equal(await page.textContent("#tab-content"), "Two") assert.equal(pathname((await page.getAttribute("#tab-frame", "src")) || ""), "/src/tests/fixtures/tabs/two.html") assert.equal(await page.getAttribute("#tab-frame", "complete"), "", "caches two.html with [complete]") - + await page.goBack() await nextEventNamed(page, "turbo:load")