Fix: corrected the typo (#40837)

Updated run-functional-tests-using-a-headless-browser.md to correct the typo
This commit is contained in:
Hernando Guzmán
2021-02-01 10:52:11 -03:00
committed by GitHub
parent 77158a533e
commit f63ca27e6a

View File

@ -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--