Skip to content

Commit

Permalink
Updated e2e tests (deephaven#2071)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jun 12, 2024
1 parent 9b40dfe commit 5f5608b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ import { ComboBoxProps } from './ComboBox';

export type ComboBoxNormalizedProps = PickerNormalizedPropsT<ComboBoxProps>;

/**
* ComboBox that takes an array of `NormalizedItem` or `NormalizedSection` items
* as children and uses a render item function to render the items. `NormalizedItem`
* and `NormalizedSection` datums always provide a `key` property but have an
* optional `item` property that can be lazy loaded. This is necessary to support
* windowed data since we need a representative key for every item in the
* collection.
*/
export function ComboBoxNormalized({
UNSAFE_className,
...props
Expand Down
Binary file modified tests/styleguide.spec.ts-snapshots/pickers-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/styleguide.spec.ts-snapshots/pickers-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/styleguide.spec.ts-snapshots/pickers-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5f5608b

Please sign in to comment.