Skip to content

Instantly share code, notes, and snippets.

@andreybleme
Created March 28, 2020 00:34
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/92b75332c4ed4637b82e3c3450931d3f to your computer and use it in GitHub Desktop.
Save andreybleme/92b75332c4ed4637b82e3c3450931d3f 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.setGooglePlaceAddress('billing_address', 'Pretty street');
...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment