Skip to content

Commit

Permalink
rollback test change
Browse files Browse the repository at this point in the history
  • Loading branch information
glena committed Dec 7, 2016
1 parent 82f456c commit a46f9f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/mfa_ro.ui.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand All @@ -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, "[email protected]");
h.fillPasswordInput(this.lock, "mYpass123");
h.submitForm(this.lock);
Expand Down

0 comments on commit a46f9f4

Please sign in to comment.