From 8344311162f5b818333b6bc277af3c8a1ee2a5fd Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 8 Sep 2021 11:04:02 +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 c045af7a..a0d4d773 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ 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 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. +Please note the existance of a 'pure cypress' branch on this repo that doesn't rely on BDD. ## Installation