Closed emilgoldsmith closed 6 years ago
Yeah I can see what you mean haha ;). Well this is probably the easiest one! Seems like we only render it for garbage routes.
What I'd probably do is in nightmarejs pseudocode
return getLoggedInState('/this/is/not/valid')
.wait('#not-found-page')
where you assigned the #not-found-page
ID to the EditorNotFound
page.
And that should be a sufficient test for this
I picked this up, but I am confused where you would need to use this within the editor tools?