Browse Source

add link to repeat-Activity in simpleExample.rst

bernhardbuhl 3 years ago
parent
commit
f23fbf0178
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/simpleExample.rst

+ 2 - 0
docs/simpleExample.rst

@@ -211,6 +211,8 @@ More details on Activities
 
        ``Else`` statement is only executed when if statement is not true.
 
+   * - repeat / repeat-done
+     - See details in <NestedLoops.rst>
    * - assert
      - Will retrieve value of element specified by ``locator`` and compare with reference value from ``value``.