mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-23 20:03:31 +03:00
Update test assertion.
This commit is contained in:
parent
9640986e2c
commit
c6933c2497
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user