diff options
-rw-r--r-- | doc/development/testing.md | 2 |
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 |