Skip to content

Commit

Permalink
Make intentinal fail in tests => see if travis-ci notices
Browse files Browse the repository at this point in the history
  • Loading branch information
jsyrjala committed Nov 6, 2014
1 parent aee92fb commit b8e4a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/it/spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('nflow-ui homepage', function() {
assertHeader('Workflows');

searchPageLink.click();
assertHeader('Search workflows');
assertHeader('Search workflows-TODO-intentinal-fail');

aboutPageLink.click();
assertHeader('nFlow UI');
Expand Down

0 comments on commit b8e4a7e

Please sign in to comment.