Skip to content

Trigger hover to check a tooltip with Angular (v5) and MaterialΒ #953

Closed
@maxime1992

Description

@maxime1992

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:

  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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions