it('Default Date-Time', () => {
      cy.get('@CUT')
        .first()
        .whileHovering(() => {
          cy.get('time').should('contain.text', LA_DISPLAY).should('have.attr', 'datetime', UTC);