Skip to content

3.7.3 I.seeResponseContainsJson not working #4993

@makc84

Description

@makc84

3.7.3_package.json
3.6.5_package.json

I give two results of one test: on version 3.6.5 and 3.7.3
Logs in the attached files

on version 3.6.5 the test passes, the I.seeResponseContainsJson() method works correctly.

On version 3.7.3 the test fails, the I.seeResponseContainsJson() method does not work.

On version 3.7.3 the I.seeResponseContainsJson() method checks the first element in the array for matches, if there is no match, the test fails immediately.

On version 3.6.5 the I.seeResponseContainsJson() method checks all elements in the array for matches.

3.6.5.txt
3.7.3.txt

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions