๐ฉโ๐ป Join our community of thousands of amazing developers!
Recently I noticed a video in a Linkedin post showing a few Cypress tests. The tests confirmed an alert is happening with right text, plus a modal was showing the right text. Here is a screenshot of the original post.I noticed a few things about those tests that might be improved. Here is my refactoring of each of the three tests.๐ You can find the original source code in my repo bahmutov/webdriverSite. You can see the final solution in the branch solution. ๐บ You can watch a recording of me refa...