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

Refactoring Change Input Components snapshot test #7051

Closed

Commits on Nov 6, 2024

  1. added path aliases in tsconfig

    Refs: #6963
    Makko74 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    278c502 View commit details
    Browse the repository at this point in the history
  2. Change Snapshots Part 1

    Refs: #6963
    Makko74 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    4f319ea View commit details
    Browse the repository at this point in the history
  3. Refactore Snapshots Part 2

    Refs: #6963
    Makko74 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    0717d05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3145d8d View commit details
    Browse the repository at this point in the history
  5. Refactore Span Component

    Refs: #6960
    Makko74 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8a1b8e3 View commit details
    Browse the repository at this point in the history
  6. Update all snapshots$

    $
    Refs: #6960
    Makko74 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    65320f6 View commit details
    Browse the repository at this point in the history
  7. fix hideExpertSlot

    Refs: #6960
    Makko74 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    1643365 View commit details
    Browse the repository at this point in the history
  8. Revert "Update all snapshots$"

    This reverts commit b66aed7.
    
    Refs: #6960
    Makko74 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a7fc46b View commit details
    Browse the repository at this point in the history
  9. Update all snapshots$

    $
    Refs: #6960
    Makko74 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6c6881b View commit details
    Browse the repository at this point in the history
  10. Revert "Update all snapshots$"

    This reverts commit fd86ece.
    
    Refs: #6960
    Makko74 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d9ebcb5 View commit details
    Browse the repository at this point in the history
  11. fix

    Refs: #6960
    Makko74 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    bd4c785 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Merge branch 'develop' into refactoring/6960-span-component

    # Conflicts:
    #	packages/components/src/components/abbr/test/snapshot.spec.tsx
    #	packages/components/src/components/accordion/test/__snapshots__/snapshot.spec.tsx.snap
    #	packages/components/src/components/accordion/test/snapshot.spec.tsx
    #	packages/components/src/components/alert/test/__snapshots__/snapshot.spec.tsx.snap
    #	packages/components/src/components/alert/test/snapshot.spec.tsx
    #	packages/components/src/components/badge/test/__snapshots__/snapshot.spec.tsx.snap
    #	packages/components/src/components/badge/test/snapshot.spec.tsx
    #	packages/components/src/components/breadcrumb/test/__snapshots__/snapshot.spec.tsx.snap
    #	packages/components/src/components/breadcrumb/test/snapshot.spec.tsx
    #	packages/components/src/components/button-group/test/snapshot.spec.tsx
    #	packages/components/src/components/button-link/test/snapshot.spec.tsx
    #	packages/components/src/components/button/test/__snapshots__/snapshot.spec.tsx.snap
    #	packages/components/src/components/button/test/snapshot.spec.tsx
    #	packages/components/src/components/card/test/__snapshots__/snapshot.spec.tsx.snap
    #	packages/components/src/components/card/test/snapshot.spec.tsx
    #	packages/components/src/components/combobox/test/snapshot.spec.tsx
    #	packages/components/src/components/details/test/__snapshots__/snapshot.spec.tsx.snap
    #	packages/components/src/components/details/test/snapshot.spec.tsx
    #	packages/components/src/components/drawer/test/snapshot.spec.tsx
    #	packages/components/src/components/form/test/snapshot.spec.tsx
    #	packages/components/src/components/heading/test/__snapshots__/snapshot.spec.tsx.snap
    #	packages/components/src/components/heading/test/snapshot.spec.tsx
    #	packages/components/src/components/icon/test/snapshot.spec.tsx
    #	packages/components/src/components/image/test/snapshot.spec.tsx
    #	packages/components/src/components/indented-text/test/snapshot.spec.tsx
    #	packages/components/src/components/link-button/test/__snapshots__/snapshot.spec.tsx.snap
    #	packages/components/src/components/link-button/test/snapshot.spec.tsx
    #	packages/components/src/components/link-group/test/snapshot.spec.tsx
    #	packages/components/src/components/link/test/__snapshots__/snapshot.spec.tsx.snap
    #	packages/components/src/components/link/test/snapshot.spec.tsx
    #	packages/components/src/components/modal/test/snapshot.spec.tsx
    #	packages/components/src/components/nav/test/snapshot.spec.tsx
    #	packages/components/src/components/pagination/test/snapshot.spec.tsx
    #	packages/components/src/components/popover/test/snapshot.spec.tsx
    #	packages/components/src/components/quote/test/__snapshots__/snapshot.spec.tsx.snap
    #	packages/components/src/components/quote/test/snapshot.spec.tsx
    #	packages/components/src/components/skip-nav/test/__snapshots__/snapshot.spec.tsx.snap
    #	packages/components/src/components/skip-nav/test/snapshot.spec.tsx
    #	packages/components/src/components/span/test/snapshot.spec.tsx
    #	packages/components/src/components/spin/test/snapshot.spec.tsx
    #	packages/components/src/components/split-button/test/snapshot.spec.tsx
    #	packages/components/src/components/symbol/test/snapshot.spec.tsx
    #	packages/components/src/components/tabs/test/snapshot.spec.tsx
    #	packages/components/src/components/toolbar/test/snapshot.spec.tsx
    #	packages/components/src/components/tooltip/test/__snapshots__/snapshot.spec.tsx.snap
    #	packages/components/src/components/tooltip/test/snapshot.spec.tsx
    #	packages/components/src/components/tree-item/test/__snapshots__/snapshot.spec.tsx.snap
    #	packages/components/src/components/tree-item/test/snapshot.spec.tsx
    #	packages/components/src/components/tree/test/snapshot.spec.tsx
    #	packages/components/src/components/version/test/snapshot.spec.tsx
    
    Refs: #6960
    Makko74 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b2e7026 View commit details
    Browse the repository at this point in the history
  2. snapshot fix

    Refs: #6960
    Makko74 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    1e39fc8 View commit details
    Browse the repository at this point in the history
  3. fixes

    Refs: #6960
    Makko74 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6331c19 View commit details
    Browse the repository at this point in the history
  4. Configure moduleNameMapper

    Refs: #6960
    sdvg committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7a62a74 View commit details
    Browse the repository at this point in the history
  5. delete utils

    Refs: #6960
    Makko74 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    bc67224 View commit details
    Browse the repository at this point in the history
  6. fix e2e test

    Refs: #6960
    Makko74 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d3bbed1 View commit details
    Browse the repository at this point in the history
  7. Refactored Input test snapshots

    Refs: #6963
    Makko74 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    5cce272 View commit details
    Browse the repository at this point in the history