captcha-com / angular-captcha

BotDetect CAPTCHA: Angular Captcha Module (TypeScript: Angular 2/4/5/6/7/8+).
https://captcha.com/angular-captcha.html
16 stars 10 forks source link

can't use the angular-captcha component inside e2e tests with protractor #2

Open thatkookooguy opened 5 years ago

thatkookooguy commented 5 years ago

Hello, we tried to use this angular module with BotDetect captcha, but there's some problem where the test hangs and doesn't continue once we land on the captcha page.

It looks like the captcha is blocking the progress of the tests.

Notice that when we set browser.waitForAngularEnabled(false) before the test, the test continues to run past the step where it got stuck, but as soon as I run browser.waitForAngularEnabled(true) the e2e is stuck again.

Is there a way to use this in e2e tests? If not, unfortunately, we'll have to change to a different captcha library.

botdetect-support commented 5 years ago

The issue is also posted to our helpdesk, and will be answered there. If you have the same problem please write to support@captcha.com

Resolution may be posted here later.