You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect(()=>I.seeResponseContainsJson({posts: [{id: 2,author: 'boss'}]})).to.throw('expected { …(2) } to deeply match { Object (posts) }');
102
+
expect(()=>I.seeResponseContainsJson({posts: [{id: 2,author: 'boss'}]})).to.throw('No elements in array matched {"posts":[{"id":2,"author":"boss"}]}');
103
+
});
104
+
105
+
it('should check for json inclusion - returned Array of 2 items',()=>{
0 commit comments