docs: more command yields

This commit is contained in:
Brian Mann
2017-06-25 17:14:15 -04:00
parent 6acb418230
commit b09d900f95
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ Option | Default | Description
## Yields {% helper_icon yields %}
`.scrollIntoView()` yields the DOM element that was scrolled into view.
{% yields same_subject .scrollIntoView %}
## Timeouts {% helper_icon timeout %}
+1 -1
View File
@@ -58,7 +58,7 @@ Option | Default | Description
## Yields {% helper_icon yields %}
`cy.scrollTo()` yields the window or DOM element that was scrolled.
{% yields same_subject cy.scrollTo %}
## Timeouts {% helper_icon timeout %}
+1 -1
View File
@@ -68,7 +68,7 @@ You can also include arbitrary event properties (e.g. `clientX`, `shiftKey`) and
## Yields {% helper_icon yields %}
`.trigger()` yields the DOM subject chained from the previous command.
{% yields same_subject .trigger %}
## Timeouts {% helper_icon timeout %}