Cypress.Commands.add('html', { prevSubject: true }, (subject, html) => {
  subject[0].innerHTML = html
})