From a3368a988d9ed90dfe67b34017782d45b5897574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Tue, 17 Oct 2017 17:42:21 +0200 Subject: Improve the LiveDebugger exit handler and documentation 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/development') diff --git a/doc/development/testing_guide/best_practices.md b/doc/development/testing_guide/best_practices.md index d07a368abfd..12e6ec169e0 100644 --- a/doc/development/testing_guide/best_practices.md +++ b/doc/development/testing_guide/best_practices.md @@ -62,10 +62,10 @@ writing one](testing_levels.md#consider-not-writing-a-system-test)! Sometimes you may need to debug Capybara tests by observing browser behavior. -You can stall Capybara and view the website on the browser by using the +You can pause Capybara and view the website on the browser by using the `live_debug` method in your spec. The current page will be automatically opened in your default browser. -You may need to sign-in first (the current user's credentials are displayed in +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`. -- cgit v1.2.1