Skip to content

Instantly share code, notes, and snippets.

@daedalius
Created April 13, 2020 22:25
Show Gist options
  • Save daedalius/85c58f67c91acc4ed093348e7eb8d601 to your computer and use it in GitHub Desktop.
Save daedalius/85c58f67c91acc4ed093348e7eb8d601 to your computer and use it in GitHub Desktop.
Cypress + Storybook. #3
const rootToMountSelector = '#component-test-mount-point';
before(() => {
cy.visit('http://localhost:12345/iframe.html?id=datepicker--empty-story');
cy.get(rootToMountSelector);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment