Update test assertion.

This commit is contained in:
Dillon Kearns 2022-03-09 13:51:35 -08:00
parent 9640986e2c
commit c6933c2497

View File

@ -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`