From 9c49bc210564f0837bb057aaefa0858d8c8e09ec Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 8 Sep 2021 11:01:03 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.