-
Notifications
You must be signed in to change notification settings - Fork 6
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
Refactored e2e tests #405
Refactored e2e tests #405
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very cool! Congrats @rmanaem and @jarmoza on getting us back to green on the end to end tests. That's a big milestone 🎉 !
I mostly have 🍒 in the comments, but there are a couple of leftover debug statements I think you should take out. I also noted a couple of places where a clarifying comment will save a reader some time in understanding why a particular thing is done in the tests.
@jarmoza Have you made any changes to the code since my last commit? |
301dff5
to
7ccdbb8
Compare
- Updated `data-cy` references in `cy.get` statements - Removed use of `Save Annotation` button as the button itself has been removed - Commented out `tool group` test cases
7ccdbb8
to
b3de285
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR contains:
loadAppState
annotation-pagtests.cy.js
simple-e2etests.cy.js
Closes #332 #333 #341