-
-
Notifications
You must be signed in to change notification settings - Fork 747
Closed
Assignees
Labels
@makc84
Description
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.