### Current behavior: I cannot display a tooltip built with Angular Material ### Desired behavior: Trigger hover to show the tooltip ### How to reproduce: Here's a stackblitz repro with the editor: https://stackblitz.com/edit/angular-material2-issue-iyyert And the same but just the app running into the browser: https://angular-material2-issue-iyyert.stackblitz.io #### Test code: ```js cy.get('span').invoke('trigger', 'mouseover'); cy.get('mat-tooltip-component').contains('Tooltip!'); ``` ### Additional Info (images, stack traces, etc) Related to #10 - Operating System: Ubuntu 17.10 - 64 bits - Cypress Version: 1.1.1 - Browser Version: Chrome 62.0.3202.89