-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
R.REPLACE IS NOT A FUNCTION ISSUE #133
Comments
hey @eiazeez! I’m back to working on this. would it be possible for you to provide an example response that causes this issue? there’s probably something wrong with how data is parsed and I’m assuming that it has something to do with the response body, or headers |
Hey, @filiphric |
I am seeing this issue when the response body is HTML Content-Type | text/html; charset=utf-8
|
Sometimes, and i don't know why or what cause this, i get this error when i use cy.api.
To resolve this issue, i put .toString() between "r"and "replace" function, in >> node_modules/cypress-plugin-api/dist/support.js line 9 <<
Here a example:
The text was updated successfully, but these errors were encountered: