From c1116ca13c8e3d85c4c523b91a40e482ca1179a5 Mon Sep 17 00:00:00 2001 From: VasilyStrelyaev Date: Fri, 20 Oct 2017 12:37:59 +0300 Subject: [PATCH 1/2] [docs] Fix the API Runner topic TOC --- .../documentation/using-testcafe/programming-interface/runner.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/articles/documentation/using-testcafe/programming-interface/runner.md b/docs/articles/documentation/using-testcafe/programming-interface/runner.md index 968a5be410a..cd3d7e9ac44 100644 --- a/docs/articles/documentation/using-testcafe/programming-interface/runner.md +++ b/docs/articles/documentation/using-testcafe/programming-interface/runner.md @@ -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) From 1f41bd3b9697f1e29316a52b0b3633b1055993b7 Mon Sep 17 00:00:00 2001 From: VasilyStrelyaev Date: Mon, 23 Oct 2017 12:38:12 +0300 Subject: [PATCH 2/2] Add setPageLoadTimeout to a-z index --- docs/articles/documentation/test-api/a-z-index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/articles/documentation/test-api/a-z-index.md b/docs/articles/documentation/test-api/a-z-index.md index d34f2593af8..05f1ec646c6 100644 --- a/docs/articles/documentation/test-api/a-z-index.md +++ b/docs/articles/documentation/test-api/a-z-index.md @@ -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)