Refactor Cypress Modal Tests

1 ยท Gleb Bahmutov ยท Dec. 5, 2023, 3:36 a.m.
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...