Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(DefinitionTooltip): fix unit tests and add coverage for DefinitionTooltip #17679

Merged

Commits on Oct 8, 2024

  1. fix: definitiontooltip initial click

    * fix issue where initial click would open and immediately close tooltip
    * fix unit tests around this functionality
    Neues committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f6660f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2a7f8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97524d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. fix: definitiontooltip click

    * remove onMouseDown from Popover in favor of onMouseDown on button
    Neues committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    046a193 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5b1868 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    eaefc08 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. test(definitiontooltip): definitiontooltip tests

    * remove duplicate test case
    Neues committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    fe4d4df View commit details
    Browse the repository at this point in the history