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
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow.
"testcafe": "0.19.2"
https://developer.mozilla.org/en-US/docs/Web/API/URL contains an example there URL object is using in fetch API argruments:
The same works fine on a page, but it throws 'Error: TypeError' exception when the page is testing in testcafe.
As temporary workaround I added .toString() method to our code:
The text was updated successfully, but these errors were encountered: