From 10cf20235b5611106a6d9dcd75f0558b265c0db7 Mon Sep 17 00:00:00 2001 From: Andytr1 <38575945+Andytr1@users.noreply.github.com> Date: Fri, 31 May 2019 09:23:20 -0400 Subject: [PATCH] Update testing.rst --- docs/testing/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing/testing.rst b/docs/testing/testing.rst index 7c6890557a..879020e874 100644 --- a/docs/testing/testing.rst +++ b/docs/testing/testing.rst @@ -365,7 +365,7 @@ To run JavaScript tests in a browser, run these commands:: To debug these tests on devstack in a local browser: * first run the appropriate test_js_dev command from above which will open a browser using XQuartz -* open http://192.168.33.10:9876/debug.html in your host system's browser of choice +* open http://edx.devstack.lms:19876/debug.html in your host system's browser of choice * this will run all the tests and show you the results including details of any failures * you can click on an individually failing test and/or suite to re-run it by itself * you can now use the browser's developer tools to debug as you would any other JavaScript code