From 3f12eb6366707eb9ce8c8a1ca332ced39ea8f14a Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Wed, 30 Nov 2016 11:41:09 -0200 Subject: [PATCH] Change test to pass --- tests/steps/0-login.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/steps/0-login.js b/tests/steps/0-login.js index 50d04e7ac18..962f4e304af 100644 --- a/tests/steps/0-login.js +++ b/tests/steps/0-login.js @@ -3,6 +3,5 @@ describe('login', () => { it('should show email / username field', () => { console.log('hello'); - 'hellow'.should.be.false; }); });