Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- describe('My test', () => {
- beforeEach(() => {
- cy.visit('http://localhost:3000', {
- onBeforeLoad(win) {
- cy.spy(win, 'fetch')
- },
- })
- cy.window().its('fetch').should('be.calledWith', 'http://whatever.com/stuff')
Add Comment
Please, Sign In to add comment