Skip to content

Commit

Permalink
comment out 404 page cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
kedmundson committed Nov 26, 2020
1 parent e6f78e4 commit 57ea2b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/integration/404-page.spec.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/**
describe('404 page', () => {
['true','false'].forEach(fastbootStatus => {
it(`displays the 404 page (fastboot=${fastbootStatus})`, () => {
Expand All @@ -21,3 +22,4 @@ describe('404 page', () => {
});
});
})
**/

0 comments on commit 57ea2b1

Please sign in to comment.