From f63ca27e6aa7385db4e869aae2a9d2ae36c294ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hernando=20Guzm=C3=A1n?= Date: Mon, 1 Feb 2021 10:52:11 -0300 Subject: [PATCH] Fix: corrected the typo (#40837) Updated run-functional-tests-using-a-headless-browser.md to correct the typo --- .../run-functional-tests-using-a-headless-browser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/06-quality-assurance/quality-assurance-and-testing-with-chai/run-functional-tests-using-a-headless-browser.md b/curriculum/challenges/english/06-quality-assurance/quality-assurance-and-testing-with-chai/run-functional-tests-using-a-headless-browser.md index 619df6b21a..2c15f1d1dc 100644 --- a/curriculum/challenges/english/06-quality-assurance/quality-assurance-and-testing-with-chai/run-functional-tests-using-a-headless-browser.md +++ b/curriculum/challenges/english/06-quality-assurance/quality-assurance-and-testing-with-chai/run-functional-tests-using-a-headless-browser.md @@ -49,7 +49,7 @@ Within the callback: 3. assert that the text inside the element `span#surname` is `'Colombo'` 4. assert that the element(s) `span#dates` exist and their count is `1` -Do not forget to to remove the `assert.fail()` call. +Do not forget to remove the `assert.fail()` call. # --hints--