magnificent-finland-58048
07/21/2022, 7:57 PMcy.stub(obj, 'method').returns('foo')
probably need something like
i`mport * as ziggy from 'ziggy-js'`
cy.stub(ziggy, 'route').returns('bar')
https://github.com/muratkeremozcan/cypressExamples/blob/master/spy-stub-practice/cypress/integration/stub-practice.js