Skip to content

Commit

Permalink
Fix additional failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
TSLarson committed Oct 1, 2024
1 parent 6bfb8bd commit 2a8710d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/captcha_signup.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ describe('captcha on signup', function () {
});

it('should not show the captcha input', function () {
console.log('banana penguin', this.lock);
expect(h.qInput(this.lock, 'captcha', false)).to.not.be.ok();
});

Expand Down

0 comments on commit 2a8710d

Please sign in to comment.