Skip to content

Commit

Permalink
[docs] absolute links specified (DevExpress#2414)
Browse files Browse the repository at this point in the history
* absolute links specified

* absolute links is changelog

* minor change
  • Loading branch information
MargaritaLoseva authored and kirovboris committed Dec 18, 2019
1 parent dc4e2fb commit 40ef15f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

TestCafe now allows you to record HTTP request data or mock responses. You can also create a custom HTTP request hook to emulate authentications like **Kerberos** or **Client Certificate Authentication**.

See [Intercepting HTTP Requests](docs/articles/documentation/test-api/intercepting-http-requests/README.html) for more information.
See [Intercepting HTTP Requests](https://devexpress.github.io/testcafe/documentation/test-api/intercepting-http-requests) for more information.

### Enhancements

Expand Down Expand Up @@ -49,7 +49,7 @@ To include testing metadata to reports, use the [custom reporter methods](https:

TestCafe now throws an error if you pass a regular promise to the assertion's `expect` method.

If you need to assert a regular promise, set the [allowUnawaitedPromise](docs/articles/documentation/test-api/assertions/README.html#optionsallowunawaitedpromise) option to `true`.
If you need to assert a regular promise, set the [allowUnawaitedPromise](https://devexpress.github.io/testcafe/documentation/test-api/assertions/#optionsallowunawaitedpromise) option to `true`.

```js
await t.expect(doSomethingAsync()).ok('check that a promise is returned', { allowUnawaitedPromise: true });
Expand Down
4 changes: 2 additions & 2 deletions docs/articles/blog/2018-05-15-testcafe-v0-20-0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Intercepting HTTP requests, specifying resources accessed by bypassing a proxy s

TestCafe now allows you to record HTTP request data or mock responses. You can also create a custom HTTP request hook to emulate authentications like **Kerberos** or **Client Certificate Authentication**.

See [Intercepting HTTP Requests](docs/articles/documentation/test-api/intercepting-http-requests/README.html) for more information.
See [Intercepting HTTP Requests](https://devexpress.github.io/testcafe/documentation/test-api/intercepting-http-requests) for more information.

## Enhancements

Expand Down Expand Up @@ -56,7 +56,7 @@ To include testing metadata to reports, use the [custom reporter methods](https:

TestCafe now throws an error if you pass a regular promise to the assertion's `expect` method.

If you need to assert a regular promise, set the [allowUnawaitedPromise](docs/articles/documentation/test-api/assertions/#optionsallowunawaitedpromise) option to `true`.
If you need to assert a regular promise, set the [allowUnawaitedPromise](https://devexpress.github.io/testcafe/documentation/test-api/assertions/#optionsallowunawaitedpromise) option to `true`.

```js
await t.expect(doSomethingAsync()).ok('check that a promise is returned', { allowUnawaitedPromise: true });
Expand Down

0 comments on commit 40ef15f

Please sign in to comment.