Skip to content

Instantly share code, notes, and snippets.

@mdcruz
Created November 24, 2021 12:48
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/13c221c90325020371809ddcab44d815 to your computer and use it in GitHub Desktop.
Save mdcruz/13c221c90325020371809ddcab44d815 to your computer and use it in GitHub Desktop.
cy.intercept('search/photos?query=jehrjehrjehrjkerae+').as(
'invalidSearchResults'
);
cy.get('@searchInput').type('jehrjehrjehrjkerae {enter}');
cy.wait('@invalidSearchResults');
cy.contains('No content found');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment