diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-02-21 20:43:56 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2018-02-21 20:43:56 +0100 |
commit | 94c168291c155db0bbf60c16e574758ed7373633 (patch) | |
tree | 18ad4820528945d6ddacc2632fdddf3b40dd5cfa | |
parent | 3469545e3ad934bcb1fc9ac0c527b59aa97c072b (diff) | |
download | forums-94c168291c155db0bbf60c16e574758ed7373633.tar forums-94c168291c155db0bbf60c16e574758ed7373633.tar.gz forums-94c168291c155db0bbf60c16e574758ed7373633.tar.bz2 forums-94c168291c155db0bbf60c16e574758ed7373633.tar.xz forums-94c168291c155db0bbf60c16e574758ed7373633.zip |
[ticket/15516] Fix typo in UI test instructions
[ci skip]
PHPBB3-15516
-rw-r--r-- | tests/RUNNING_TESTS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/RUNNING_TESTS.md b/tests/RUNNING_TESTS.md index 3bff4f5d26..12ae7fa687 100644 --- a/tests/RUNNING_TESTS.md +++ b/tests/RUNNING_TESTS.md @@ -175,7 +175,7 @@ UI tests UI tests are functional tests that also support running JavaScript in a headless browser. These should be used when functionality that is only -executed using JS needs to be tested. The require a running +executed using JS needs to be tested. They require a running [PhantomJS WebDriver instance](http://phantomjs.org/). The executable can either be downloaded from [PhantomJS](http://phantomjs.org/download.html) or alternatively be installed with npm: |