mgr/dashboard: Fix e2e issue in HACKING.rst (#29640)

mgr/dashboard: Fix e2e issue in HACKING.rst

Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
This commit is contained in:
Lenz Grimmer 2019-08-14 09:05:07 +00:00 committed by GitHub
commit 2b5f62852b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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::