0👍
I see that you have browser reloads there (beforeEach), which could potentially wipe out the route spy, but not sure why cy.wait().then
would work. I would try switching from before
to beforeEach
though, creating things once is always trickier than letting them be created before each test
- [Vuejs]-Do something when user cancels refresh
- [Vuejs]-Vuetify make content (table) of card fit inside it
Source:stackexchange.com