docs: updated all 'command position diagrams' to use same locally stored photo

This commit is contained in:
Jennifer Shehane
2017-08-17 12:58:53 -04:00
parent 76ce785d56
commit b56f12627c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ cy.window().click() // Errors, 'window' does not yield DOM element
The position where the click should be issued. The `center` position is the default position. Valid positions are `topLeft`, `top`, `topRight`, `left`, `center`, `right`, `bottomLeft`, `bottom`, and `bottomRight`.
![cypress-command-positions-diagram](/img/api/coordinates-diagram.jpg)
{% img /img/api/coordinates-diagram.jpg "cypress-command-positions-diagram" %}
**{% fa fa-angle-right %} x** ***(Number)***
+1 -1
View File
@@ -42,7 +42,7 @@ cy.title().scrollTo('My App') // Errors, 'title' does not yield DOM element
A specified position to scroll the window or element to. Valid positions are `topLeft`, `top`, `topRight`, `left`, `center`, `right`, `bottomLeft`, `bottom`, and `bottomRight`.
![cypress-command-positions-diagram](https://cloud.githubusercontent.com/assets/1271364/25048528/fe0c6378-210a-11e7-96bc-3773f774085b.jpg)
{% img /img/api/coordinates-diagram.jpg "cypress-command-positions-diagram" %}
**{% fa fa-angle-right %} x** ***(Number, String)***
+1 -1
View File
@@ -41,7 +41,7 @@ The name of the `event` to be triggered on the DOM element.
The position where the event should be triggered. The `center` position is the default position. Valid positions are `topLeft`, `top`, `topRight`, `left`, `center`, `right`, `bottomLeft`, `bottom`, and `bottomRight`.
![cypress-command-positions-diagram](https://cloud.githubusercontent.com/assets/1271364/25048528/fe0c6378-210a-11e7-96bc-3773f774085b.jpg)
{% img /img/api/coordinates-diagram.jpg "cypress-command-positions-diagram" %}
**{% fa fa-angle-right %} x** ***(Number)***