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
We are using kobiton to test our app. When upgrading wd from 1.11.4 to 1.12.1 we get the following error:
FAIL e2e/kobitonAndroid.test.e2e.ts
● Test suite failed to run
TypeError: [quit()] Protocol "https:" not supported. Expected "http:"
at Request.start (node_modules/request/request.js:751:32)
at Request.end (node_modules/request/request.js:1511:10)
at end (node_modules/request/request.js:564:14)
at node_modules/request/request.js:578:7
at Immediate._onImmediate (node_modules/@jest/fake-timers/build/jestFakeTimers.js:516:20)
We are using kobiton to test our app. When upgrading wd from 1.11.4 to 1.12.1 we get the following error:
This is caused by how we call
promiseChainRemote
:I'm not sure where to look for a fix. If you need any additional information I'm happy to provide it. Thanks!
The text was updated successfully, but these errors were encountered: