Skip to content

Commit

Permalink
[docs] Add script injection API to the A-Z index
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilyStrelyaev committed Aug 6, 2019
1 parent ef5e6b4 commit bbad170
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/articles/documentation/test-api/a-z-index.md
Expand Up @@ -16,6 +16,7 @@ This topic lists test API members in alphabetical order.
* [afterEach](test-code-structure.md#initialization-and-clean-up)
* [before](test-code-structure.md#fixture-hooks)
* [beforeEach](test-code-structure.md#initialization-and-clean-up)
* [clientScripts](test-code-structure.md#inject-scripts-into-tested-pages)
* [httpAuth](authentication/http-authentication.md)
* [only](test-code-structure.md#skipping-tests)
* [page](test-code-structure.md#specifying-the-start-webpage)
Expand Down Expand Up @@ -54,6 +55,7 @@ This topic lists test API members in alphabetical order.
* [test](test-code-structure.md#tests)
* [after](test-code-structure.md#initialization-and-clean-up)
* [before](test-code-structure.md#initialization-and-clean-up)
* [clientScripts](test-code-structure.md#inject-scripts-into-tested-pages)
* [httpAuth](authentication/http-authentication.md)
* [only](test-code-structure.md#skipping-tests)
* [page](test-code-structure.md#specifying-the-start-webpage)
Expand Down

0 comments on commit bbad170

Please sign in to comment.