cy.get('.ngx-notification.ngx-notification-info').whileHovering(() => {
      cy.get('.ngx-notification-title').should('contain.text', 'Fatal Alert!');
      cy.get('.ngx-notification-body').should('contain.text', 'The system was compromised by hackers.');
    });