-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor Cypress selectors #580
Comments
This is in progress here: https://github.com/justin-bits/opensphere/tree/test/refactor-selectors |
PR #677 |
When we originally discussed this, I thought the approach was that selectors that are only used in a single test set would be kept with the using code. Did that change? |
Selectors are generally all expected to be used by more than one spec file and should be shared. In this case, additional spec files will eventually be created for testing with other types of data and multiple instances of the dialog. |
#567 (comment)
selectors.js
into multiple filesThe text was updated successfully, but these errors were encountered: