Skip to content

Commit

Permalink
Fix name of Not Found test
Browse files Browse the repository at this point in the history
  • Loading branch information
openjck committed Mar 30, 2018
1 parent 34db9c9 commit 832d303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/notFound.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
browser.url(browser.launchUrl + '/some-long-url-that-will-never-ever-exist');
},

'React app renders': browser => {
'Not Found page loads for non-existent URLs': browser => {
browser.expect.element('#not-found').to.be.present;
},
};

0 comments on commit 832d303

Please sign in to comment.