Skip to content

Commit

Permalink
fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
MargaritaLoseva authored May 11, 2018
1 parent 3d8d0ea commit 940c280
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Parameter | Type | Description
--------- | ------ | --------------------------------
`name` | String | The test fixture name.
`path` | String | The path to a test fixture file.
`meta` | Object | The [fixture metadata](../../test-api/test-code-structure.md#fixture-metadata).
`meta` | Object | The fixture metadata. See [Specifying Testing Metadata](../../test-api/test-code-structure.md#specifying-testing-metadata) for more information.

**Example**

Expand All @@ -82,7 +82,7 @@ Parameter | Type | Description
------------- | ------ | -------------------------------------------------------------
`name` | String | The test name.
`testRunInfo` | Object | The object providing detailed information about the test run.
`meta` | Object | The [test metadata](../../test-api/test-code-structure.md#test-metadata).
`meta` | Object | The test metadata. See [Specifying Testing Metadata](../../test-api/test-code-structure.md#specifying-testing-metadata) for more information.

The `testRunInfo` object has the following properties.

Expand Down

0 comments on commit 940c280

Please sign in to comment.