-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
feat: add todomvc example for use in updated scaffolding #481
Conversation
Deploy Preview for cypress-example-kitchensink ready! Built with commit b66aa3f https://deploy-preview-481--cypress-example-kitchensink.netlify.app |
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
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.
Just a few little things. Otherwise it looks good.
Also, this probably shouldn't be on you, but this repo should be running against Cypress 7.3.0, since we want to merge it up to cypress
develop. This PR looks like a mess #480
// we need to type the enter key as well in order to submit the input. | ||
// This input has a data-test attribute so we'll use that to select the | ||
// element in accordance with best practices: | ||
// https://on.cypress.io/best-practices#Selecting-Elements |
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.
Might want to make a specific on link for this, since the anchor link names sometimes change and this link would break in peoples scaffolded tests.
// https://on.cypress.io/best-practices#Selecting-Elements | |
// https://on.cypress.io/best-practices#Selecting-Elements |
|
||
// Now that we've checked the button, we can go ahead and make sure | ||
// that the list element is now marked as completed. | ||
// Again we'll use contains to find the <label> element and then use the `parents` command |
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.
// Again we'll use contains to find the <label> element and then use the `parents` command | |
// Again we'll use 'contains' to find the <label> element and then use the `parents` command |
Oh I think the 7.3.0 branch was ran when the download server was down. Gonna rerun it all. |
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
…kitchensink into add-todo-mvc
@jennifer-shehane Added suggestions - PR for |
🎉 This PR is included in version 1.15.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Adds a modified version of todomvc for use in updated scaffolding
Depends on changes in cypress-io/cypress#15826