We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31572fe commit d814d66Copy full SHA for d814d66
e2e/integration/notFound.test.js
@@ -0,0 +1,4 @@
1
+it('shows a 404 page', () => {
2
+ cy.visit('/some-random-page')
3
+ cy.findByText(/the page you are looking for does not exist/i).should('exist')
4
+})
0 commit comments