Skip to content

Commit

Permalink
Fix failing EuiInputPopover Loki test
Browse files Browse the repository at this point in the history
- requires an updated selector now that we render popovers into story bodies
  • Loading branch information
cee-chen committed Oct 14, 2024
1 parent ac3a796 commit 93847dc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/eui/src/components/popover/input_popover.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ import {
enableFunctionToggleControls,
moveStorybookControlsToCategory,
} from '../../../.storybook/utils';
import { LOKI_SELECTORS } from '../../../.storybook/loki';
import { EuiFieldText } from '../form';
import { EuiInputPopover, EuiInputPopoverProps } from './input_popover';

const meta: Meta<EuiInputPopoverProps> = {
title: 'Layout/EuiInputPopover',
component: EuiInputPopover,
parameters: {
loki: { chromeSelector: LOKI_SELECTORS.portal },
},
args: {
anchorPosition: 'downLeft',
attachToAnchor: true,
Expand Down

0 comments on commit 93847dc

Please sign in to comment.