Skip to content

Commit

Permalink
Merge pull request #300 from nypublicradio/kate/revert-outage-messaging
Browse files Browse the repository at this point in the history
comment out 404 page cypress test
  • Loading branch information
kedmundson authored Nov 26, 2020
2 parents eaad1a8 + 57ea2b1 commit 9d59de9
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 9d59de9

Please sign in to comment.