Cypress w/graphql - having issues getting AUTH with testing via UI. Better way to stub mutation?
问题 So, if I am testing pages in a vacuum without much interaction with the backend, it works great. I am having issues with actually interacting with my UI if it hits any type of service. Basically, nothing is Auth'd. I try programmatically setCookie, no dice. I try to read the cookie, nope. Btw, my whole site requires a login. cy.setCookie('sess', ';askjdfa;skdjfa;skdjfa;skdjfa;skfjd');<-- does not work cy.getCookie('sess').should('exist') <-- does not work I am having an issue on really the