fixes timeline data providers tests (#51862)

This commit is contained in:
MadameSheema 2019-11-28 11:33:22 +01:00 committed by GitHub
parent 439708a6f9
commit a35a6cac39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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}`;

View file

@ -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 {