Skip to content

Commit

Permalink
[docs] Add setPageLoadTimeout to index and fix API runner TOC (DevExp…
Browse files Browse the repository at this point in the history
…ress#1905)

* [docs] Fix the API Runner topic TOC

* Add setPageLoadTimeout to a-z index
  • Loading branch information
VasilyStrelyaev authored and AlexanderMoskovkin committed Oct 23, 2017
1 parent 70446cc commit edc8b48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/articles/documentation/test-api/a-z-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ This topic lists test API members in alphabetical order.
* [selectTextAreaContent](actions/select-text.md#select-textarea-content)
* [setFilesToUpload](actions/upload.md#populate-file-upload-input)
* [setNativeDialogHandler](handling-native-dialogs.md#dialog-handler)
* [setPageLoadTimeout](test-code-structure.md#setting-page-load-timeout)
* [setTestSpeed](test-code-structure.md#setting-test-speed)
* [switchToIframe](working-with-iframes.md#switching-to-an-iframe)
* [switchToMainWindow](working-with-iframes.md#switching-back-to-the-main-window)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ createTestCafe('localhost', 1337, 1338)
* [reporter](#reporter)
* [Specifying the Reporter](#specifying-the-reporter)
* [Saving the Report to a File](#saving-the-report-to-a-file)
* [Using Multiple Reporters](#using-multiple-reporters)
* [Implementing a Custom Stream](#implementing-a-custom-stream)
* [concurrency](#concurrency)
* [startApp](#startapp)
Expand Down

0 comments on commit edc8b48

Please sign in to comment.