mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
fixes timeline data providers tests (#51862)
This commit is contained in:
parent
439708a6f9
commit
a35a6cac39
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
export const ALL_HOSTS_WIDGET = '[data-test-subj="table-allHosts-loading-false"]';
|
||||
|
||||
/** A single draggable host in the `All Hosts` widget on the `Hosts` page */
|
||||
export const ALL_HOSTS_WIDGET_HOST = '[data-react-beautiful-dnd-drag-handle]';
|
||||
export const ALL_HOSTS_WIDGET_HOST = '[data-test-subj="draggable-content-host.name"]';
|
||||
|
||||
/** All the draggable hosts in the `All Hosts` widget on the `Hosts` page */
|
||||
export const ALL_HOSTS_WIDGET_DRAGGABLE_HOSTS = `${ALL_HOSTS_WIDGET} ${ALL_HOSTS_WIDGET_HOST}`;
|
||||
|
|
|
@ -40,7 +40,7 @@ const ReactDndDropTarget = styled.div<{ isDraggingOver: boolean; height: string
|
|||
background-color: ${rgba(props.theme.eui.euiColorSuccess, 0.3)};
|
||||
}
|
||||
> div.timeline-drop-area-empty {
|
||||
color: ${props.theme.eui.euiColorSuccess}
|
||||
color: ${props.theme.eui.euiColorSuccess};
|
||||
background-color: ${rgba(props.theme.eui.euiColorSuccess, 0.2)};
|
||||
|
||||
& .euiTextColor--subdued {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue