From 3562685ca5505b34b017012c2da48899dd5276c5 Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Tue, 13 Aug 2019 15:20:56 +0200 Subject: [PATCH] mgr/dashboard: Fix e2e issue in HACKING.rst Signed-off-by: Volker Theile --- src/pybind/mgr/dashboard/HACKING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/HACKING.rst b/src/pybind/mgr/dashboard/HACKING.rst index a6fc0c54c2c..326e8d2da79 100644 --- a/src/pybind/mgr/dashboard/HACKING.rst +++ b/src/pybind/mgr/dashboard/HACKING.rst @@ -174,7 +174,7 @@ When developing E2E tests, it is not necessary to compile the frontend code on each change of the test files. When your development environment is running (``npm start``), you can point Protractor to just use this environment. To attach `Protractor `__ to -this process, run ``npm run e2e:dev``. +this process, run ``npm run e2e:ci``. Note:: -- 2.39.5