From 738c1dd29e29198df0d94da3894d2e9a829c57c2 Mon Sep 17 00:00:00 2001 From: Jaden Diefenbaugh <jaden.diefenbaugh@idiap.ch> Date: Thu, 16 Aug 2018 10:20:33 -0700 Subject: [PATCH] [docs] fix path in e2e test section --- doc/development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development.rst b/doc/development.rst index db207fed..e9c77b48 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. -- GitLab