]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard: Fix e2e issue in HACKING.rst
authorVolker Theile <vtheile@suse.com>
Tue, 13 Aug 2019 13:20:56 +0000 (15:20 +0200)
committerVolker Theile <vtheile@suse.com>
Tue, 13 Aug 2019 13:20:56 +0000 (15:20 +0200)
Signed-off-by: Volker Theile <vtheile@suse.com>
src/pybind/mgr/dashboard/HACKING.rst

index a6fc0c54c2cb3269437fe4e6f033151f6f773b3b..326e8d2da7947c5e079809d318c97ca93439bfaf 100644 (file)
@@ -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 <http://www.protractortest.org/>`__ to
-this process, run ``npm run e2e:dev``.
+this process, run ``npm run e2e:ci``.
 
 Note::