summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-06-15 18:39:52 +0200
committerRémy Coutable <remy@rymai.me>2017-06-30 17:46:23 +0200
commit11077ce2eef8740ea25028aab29b670a20c6c588 (patch)
tree731a066a558283da33663349982d48f05bc50d5d
parent0c7694d961a05bce77a52423b8e2273e3c3fbaef (diff)
downloadgitlab-ce-28307-disable-polling-by-default-in-tests.tar.gz
Document the :polling spec tag28307-disable-polling-by-default-in-tests
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--doc/development/testing.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/testing.md b/doc/development/testing.md
index cf3ea2ccfc2..0cbbcb6e82d 100644
--- a/doc/development/testing.md
+++ b/doc/development/testing.md
@@ -268,6 +268,8 @@ end
- Use scenario titles that describe the success and failure paths.
- Avoid scenario titles that add no information, such as "successfully".
- Avoid scenario titles that repeat the feature title.
+- By default, polling is disabled in System tests, you can enable it by adding
+ the `:polling` tag to an example or context.
### Matchers