https://cypress.io logo
Underscore template in <script> tag missing during...
# i-need-help
r
Copy code
it('Missing Script Issue', () => {
  cy.visit('https://www.oldelpaso.com/products/shells-tortillas');
  cy.get('.result-template').should('exist').and('not.be.empty');
});
If you inspect the source of this page outside of Cypress, you will see that it always contains this underscore template content within the script tags. https://www.oldelpaso.com/products/shells-tortillas Cypress 12.7.0 (upgraded from Cypress 10.11.0 to try and fix this issue) This happens on all browsers To make things more confusing, this same exact underscore template does exist in the DOM for other pages when run with Cypress: https://www.oldelpaso.com/products/taco-shells-stand-n-stuff-15-count I'm not sure if there is something we can do to fix this issue, or if this is possibly a bug in Cypress. Thanks for any and all help!
Hey all, just wondering if this is something better suited for Github Issues???