diff --git a/README.md b/README.md index 2d09df1b..e33f1a34 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Currently, cypress is still challenged with a SMS code, and I have not implement I fond 2 tools that can help us more: * [`cypress-recurse` 🌐](https://github.com/bahmutov/cypress-recurse) can retry several time a request until a certain condition is meet. This can help us wait for IrΓ¨ne to process the CommunicationRequest (`draft` β†’ `suspended`), before going any further. -* [`cypress-mailosaur` 🌐](https://mailosaur.com/docs/frameworks-and-tools/cypress/) is a mail and text provided that can help us read texts content sent by the server to a predefined phone number, and work around the text code challenge. +* [`cypress-mailosaur` 🌐](https://mailosaur.com/docs/frameworks-and-tools/cypress/) is a mail and text provider that can help us read texts content sent by the server to a predefined phone number, and work around the text code challenge. Please note the existance of a pure cypress branch that doen't rely on BDD.