Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-10-26 19:03:33 +0300
committerRémy Coutable <remy@rymai.me>2017-10-26 19:03:33 +0300
commit1c17ddba662872bf6ad9a9fe04137023476df50c (patch)
tree50ae661f638d2be57e68c5733182a0a425b4ca0a /doc
parent73e3d6b8a0594ff081103ce1bbb7cb8370503975 (diff)
Simplify the live debugger resume mechanism: press any key
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc')
-rw-r--r--doc/development/testing_guide/best_practices.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/development/testing_guide/best_practices.md b/doc/development/testing_guide/best_practices.md
index 12e6ec169e0..bbdeee05579 100644
--- a/doc/development/testing_guide/best_practices.md
+++ b/doc/development/testing_guide/best_practices.md
@@ -68,7 +68,7 @@ in your default browser.
You may need to sign in first (the current user's credentials are displayed in
the terminal).
-To resume the test run, you only need to press `c`.
+To resume the test run, press any key.
For example:
@@ -79,8 +79,7 @@ Run options: include {:locations=>{"./spec/features/auto_deploy_spec.rb"=>[34]}}
Current example is paused for live debugging
The current user credentials are: user2 / 12345678
-Press 'c' to continue the execution of the example
-Please press 'c' to continue the execution of the example! ;) <- I pressed `d` here
+Press any key to resume the execution of the example!
Back to the example!
.