diff --git a/cypress/integration/elm-pages-dev.spec.js b/cypress/integration/elm-pages-dev.spec.js index 70d8b902..45a0755f 100644 --- a/cypress/integration/elm-pages-dev.spec.js +++ b/cypress/integration/elm-pages-dev.spec.js @@ -9,7 +9,7 @@ context("dev server 404 page", () => { failOnStatusCode: false, }); cy.contains( - `/blog/non-existent-page successfully matched the route /blog/:slug from the Page Module src/Blog/Slug_.elm` + `/blog/non-existent-page successfully matched the route /blog/:slug from the Route Module src/Blog/Slug_.elm` ); cy.contains( `But this Page module has no pre-rendered routes! If you want to pre-render this page, add these RouteParams to the module's routes`