diff --git a/doc/development.rst b/doc/development.rst
index db207fedade28f6d762027dec99457a6248c6efd..e9c77b481d69ed0039b0c1dfb96fbe85afad610e 100644
--- a/doc/development.rst
+++ b/doc/development.rst
@@ -130,7 +130,7 @@ There are selenium tests found in ``conda/js/test/``. These tests are set up to
 * A recent version of `the Geckodriver executable <https://github.com/mozilla/geckodriver/releases/>`_ available in your path for Selenium to use
 * The ``beat.editor`` REST server running locally
 
-Just do ``node conda/js/<selenium test>`` to run the test. Please see inside the tests for additional notes.
+Just do ``node conda/js/test/<selenium test>`` to run the test. Please see inside the tests for additional notes.
 
 The tests should always be cleaning up test artifacts in your prefix after the test finishes. If tests do not finish successfully, some of these artifacts may still be present in your prefix and will cause future runs of that test to fail. So, if a test doesn't finish successfully, you will have to delete the test artifacts manually. To make it easier, all BEAT objects created by these tests have the username "selenium" so you know what to delete.