https://cypress.io logo
Hi cypress fam! I wanted to ask here as I have not...
# help
f
Hi cypress fam! I wanted to ask here as I have not been able to find anything on gh issues, stack or various forums that I usually go and search before asking or creating issues. I realize, if, for some reason, an XHR call url is an unencoded string, cy.intercept() will not detect it. So question here is, is there way to do it but i am missing it, or it's an actual issue that needs to be reported? e.g. url: https://${appID}-dsn.algolia.net/1/indexes/*/queries?x-algolia-agent=Algolia for JavaScript (4.13.1); Browser (lite); instantsearch.js (4.43.0); react (17.0.2); react-instantsearch (6.30.0); react-instantsearch-hooks (6.30.0); JS Helper (3.10.0)&x-algolia-api-key=${publicAPIKey}&x-algolia-application-id=${applicationID} -> cy.intercept() does not match this call while it matches the following (as expected) -> https://${appID}-dsn.algolia.net/1/indexes/*/queries?x-algolia-agent=Algolia%20for%20JavaScript%20(4.13.1)%3B%20Browser%20(lite)%3B%20instantsearch.js%20(4.43.0)%3B%20react%20(17.0.2)%3B%20react-instantsearch%20(6.30.0)%3B%20react-instantsearch-hooks%20(6.30.0)%3B%20JS%20Helper%20(3.10.0)&x-algolia-api-key=${publicAPIKey}&x-algolia-application-id=${appID} any wisdom is much appreciated!