Skip to content

Instantly share code, notes, and snippets.

@andreybleme
Last active July 2, 2021 14:55
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 andreybleme/a70eadc1ef805570dd5cdc99167bc884 to your computer and use it in GitHub Desktop.
Save andreybleme/a70eadc1ef805570dd5cdc99167bc884 to your computer and use it in GitHub Desktop.
andreybleme.com | Boosting Cypress end-to-end Tests
it('Should choose an address', () => {
cy.visit(urls.contact);
cy.setPlace('autocomplete-address', 'Pretty Street');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment