it('should display a custom notification', () => {
    cy.get('button').contains('Custom Icon').click();
    cy.get('.ngx-notification.ngx-notification-none')
      .last()
      .whileHovering(() => {