summaryrefslogtreecommitdiff
path: root/doc/development/testing_guide
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-10-17 17:42:21 +0200
committerRémy Coutable <remy@rymai.me>2017-10-17 17:42:21 +0200
commita3368a988d9ed90dfe67b34017782d45b5897574 (patch)
tree74a36d86584b070f099ae94197b5d137e2f08ade /doc/development/testing_guide
parent9bccea6e3438e26479e0f38e7833286daa10ed5d (diff)
downloadgitlab-ce-a3368a988d9ed90dfe67b34017782d45b5897574.tar.gz
Improve the LiveDebugger exit handler and documentation
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/development/testing_guide')
-rw-r--r--doc/development/testing_guide/best_practices.md4
1 files changed, 2 insertions, 2 deletions
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`.