Skip to content

Instantly share code, notes, and snippets.

@mdcruz
Created November 24, 2021 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdcruz/dd0705503147f6f362dcbfb54983be87 to your computer and use it in GitHub Desktop.
Save mdcruz/dd0705503147f6f362dcbfb54983be87 to your computer and use it in GitHub Desktop.
cy.intercept('GET', 'search/photos?query=mock+', {
fixture: 'unsplash.json'
}).as('mockData');
cy.visit('/');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment