Created
April 13, 2020 22:25
-
-
Save daedalius/85c58f67c91acc4ed093348e7eb8d601 to your computer and use it in GitHub Desktop.
Cypress + Storybook. #3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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