From a46f9f4864bf9bdcaf6c019d4c7c4506dc42c4e6 Mon Sep 17 00:00:00 2001 From: German Lena Date: Wed, 7 Dec 2016 15:35:43 -0300 Subject: [PATCH] rollback test change --- test/mfa_ro.ui.test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/mfa_ro.ui.test.js b/test/mfa_ro.ui.test.js index 672507417..906e32db7 100644 --- a/test/mfa_ro.ui.test.js +++ b/test/mfa_ro.ui.test.js @@ -134,8 +134,8 @@ describe("mfa ro", function() { const error = new Error(); error.error = "a0.mfa_registration_required"; - // webApi.logIn.yields(error); - stub(webApi, "signUp").yields(error); + webApi.logIn.yields(error); + stub(webApi, "signUp").yields(); this.lock = h.displayLock("single database", opts, done); }); @@ -145,7 +145,7 @@ describe("mfa ro", function() { this.lock.hide(); }); - it.only("show an error", function(done) { + it("show an error", function(done) { h.fillEmailInput(this.lock, "someone@example.com"); h.fillPasswordInput(this.lock, "mYpass123"); h.submitForm(this.lock);