Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Corrected the formatting of a code sample (#4561)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak authored and qiyigg committed Oct 27, 2017
1 parent b204a83 commit 1aaf1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/timeouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Protractor waits for the `angular` variable to be present when loading a new pag
### _How to disable waiting for Angular_

If you need to navigate to a page which does not use Angular, you can turn off waiting for Angular by setting
`browser.waitForAngularEnabled(false). For example:
`browser.waitForAngularEnabled(false)`. For example:

```js
browser.waitForAngularEnabled(false);
Expand Down

0 comments on commit 1aaf1c1

Please sign in to comment.