Cypress - Assertions
Consider the code:
What will happen when this assertion runs?
const list = ['apple', 'banana', 'cherry']; expect(list).to.have.length(4);
What will happen when this assertion runs?
