Skip to content

Commit

Permalink
associated detectors unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Galitzky <[email protected]>
  • Loading branch information
amitgalitz committed Jun 8, 2023
1 parent 6567649 commit ac2ee8b
Show file tree
Hide file tree
Showing 4 changed files with 407 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ function AssociatedDetectors({ embeddable, closeFlyout, setMode }) {
const notifications = getNotifications();

useEffect(() => {
console.log("errorGettingDetectors: " + errorGettingDetectors)
//console.log("state.ad.errorMessage: " + state.ad.errorMessage)
if (
errorGettingDetectors &&
!errorGettingDetectors.includes(SINGLE_DETECTOR_NOT_FOUND_MSG)
Expand Down
Loading

0 comments on commit ac2ee8b

Please sign in to comment.