From 703e8e3ef2b44a064d7b01b8ca77961b9475c644 Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux <hugo@trentesaux.fr> Date: Tue, 12 Apr 2022 22:25:37 +0200 Subject: [PATCH] fix(cucumber) typo in readme --- end2end-tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/end2end-tests/README.md b/end2end-tests/README.md index 750412e50..c378bfd04 100644 --- a/end2end-tests/README.md +++ b/end2end-tests/README.md @@ -54,7 +54,7 @@ Feature: My awesome feature - alice - bob - charlie -- deve +- dave - eve - ferdie @@ -107,7 +107,7 @@ List of possible actions: Example: `Monetary mass should be 30.00 ÄžD` -### Run cucumber functionnal tests +### Run cucumber functional tests To run the cucumber tests, you will need to have the rust toolchain installed locally. -- GitLab