cy.get('.ngx-notification.ngx-notification-success').whileHovering(() => {
      cy.get('.ngx-notification-title').should('contain.text', 'Patch Applied!');
      cy.get('.ngx-notification-body').should('contain.text', 'Hackers have been stopped!');
      cy.get('.ngx-notification-close').click();
    });