Hope I'm in the right place. Since updating to 10.8.0, cy.url (or cy.location) doesn't work when I'm accessing it with use of a helper function (from the helpers.ts file). I'm using it to check iif a url is as expected with .should('eq.... ) but I get
expected null to equal cy.url does work when I use it in a test file, skipping the helper function. Any ideas?