Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilyStrelyaev committed Apr 26, 2018
1 parent cf6aa86 commit 593ab35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/articles/documentation/test-api/assertions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This topic consists of the following sections.
* [Smart Assertion Query Mechanism](#smart-assertion-query-mechanism)
* [Assertion options](#assertion-options)
* [options.timeout](#optionstimeout)
* [options.allowUnawaitedPromise](#optionsallowUnawaitedPromise)
* [options.allowUnawaitedPromise](#optionsallowunawaitedpromise)

## Assertion Structure

Expand All @@ -27,7 +27,7 @@ or a [client function](../obtaining-data-from-the-client/README.md) promise.
TestCafe automatically waits for node state properties to obtain a value and for client functions to execute.
See [Smart Assertion Query Mechanism](#smart-assertion-query-mechanism) for details.

> You cannot pass a regular promise to the `expect` method unless the [options.allowUnawaitedPromise](#optionsallowUnawaitedPromise) option is enabled.
> You cannot pass a regular promise to the `expect` method unless the [options.allowUnawaitedPromise](#optionsallowunawaitedpromise) option is enabled.
Next is an [assertion method](assertion-api.md). Assertion methods accept an expected value
and, optionally, other arguments.
Expand Down

0 comments on commit 593ab35

Please sign in to comment.