ripe-continent-46695
03/17/2023, 4:01 PMit('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!ripe-continent-46695
03/30/2023, 2:25 PM