You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 runbrowser.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.
The text was updated successfully, but these errors were encountered: