Contains another simple Cypress test
function sum(a, b) { return a + b } expect(sum(2, 3)).to.equal(5)
Third page