From: Volker Theile Date: Tue, 13 Aug 2019 13:20:56 +0000 (+0200) Subject: mgr/dashboard: Fix e2e issue in HACKING.rst X-Git-Tag: v15.1.0~1893^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F29640%2Fhead;p=ceph.git mgr/dashboard: Fix e2e issue in HACKING.rst Signed-off-by: Volker Theile --- diff --git a/src/pybind/mgr/dashboard/HACKING.rst b/src/pybind/mgr/dashboard/HACKING.rst index a6fc0c54c2cb..326e8d2da794 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::