From 1c17ddba662872bf6ad9a9fe04137023476df50c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Thu, 26 Oct 2017 18:03:33 +0200 Subject: Simplify the live debugger resume mechanism: press any key MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable --- doc/development/testing_guide/best_practices.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc') 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! . -- cgit v1.2.3