This repository was archived by the owner on Sep 17, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -209,18 +209,6 @@ expect:
209209
210210Body provides a bit more flexibility on what body to expect in this response.
211211
212- When specifying the type of response, the `exact` value has the following behaviour :
213-
214- If the `type` is `json` and `exact` is :
215-
216- - `true` : will make sure the JSON content match recursively for every key and value.
217- - `false` : will check if the keys present in the `body` are also present in the responses body and if their respective values match.
218-
219- On the other hand, if `type` is `string` and `exact` is :
220-
221- - `true` : will perform an equals comparison.
222- - `false` : will check if the provided `body` is a substring of the responses body.
223-
224212| Field | Type | Required | default | Description |
225213| :------- | :----- | :------- | :------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
226214| is | string | yes | | What content of the body (or selector content) to expect |
You can’t perform that action at this time.
0 commit comments