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

[Lens] Corrects incorrect copy for line chart & fix flaky test #192734

Merged
merged 11 commits into from
Sep 18, 2024

Commits on Sep 17, 2024

  1. chore: Refactor visualization_container.test.tsx for improved testing

    Refactor the visualization_container.test.tsx file to improve testing by replacing the usage of the `mount` function from the `enzyme` library with the `render` and `screen` functions from the `@testing-library/react` library. This change enhances the reliability and readability of the tests.
    
    Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
    mbondyra and elasticmachine committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    85d6fe7 View commit details
    Browse the repository at this point in the history
  2. unskip format selector

    mbondyra committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6454678 View commit details
    Browse the repository at this point in the history
  3. datapanel unskip

    mbondyra committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b6dcfb2 View commit details
    Browse the repository at this point in the history
  4. fix error in the console

    mbondyra committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a29669d View commit details
    Browse the repository at this point in the history
  5. dimension_editor fix

    mbondyra committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9a622bb View commit details
    Browse the repository at this point in the history
  6. lens config lyout

    mbondyra committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    725a31d View commit details
    Browse the repository at this point in the history
  7. lens config lyout

    mbondyra committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5ff148c View commit details
    Browse the repository at this point in the history
  8. correct copy for Lens

    mbondyra committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4284739 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    c89c3d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    439366d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5ef298 View commit details
    Browse the repository at this point in the history