From b8e4a7ee4fef062d11aabd932d6cae1077596420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Syrj=C3=A4l=C3=A4?= Date: Thu, 6 Nov 2014 13:28:27 +0200 Subject: [PATCH] Make intentinal fail in tests => see if travis-ci notices --- test/it/spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/it/spec.js b/test/it/spec.js index 74701ff..dfcc304 100644 --- a/test/it/spec.js +++ b/test/it/spec.js @@ -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');