Skip to content

Commit

Permalink
fixes timeline data providers tests (#51862) (#51869)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema authored Nov 28, 2019
1 parent 3db62cf commit 5391118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5391118

Please sign in to comment.