Feature File Snippet:
Then The value of messages.type should be ERROR
Actual Service Response: "messages": [ { "type": "ERROR" }]
Console Log:
JSON path messages.type doesn't match. Expected: a string containing "ERROR" Actual: [ERROR]
I have tried removing double quotes from ERROR parameter mentioned in feature file, it doesn't works