<!--
  TODO: remove this file when `<AutoTestKit/>` will work properly with `<Popover/>`
  -->

# `<Popover/>`

## Protractor TestKit API

| Property | Description |
| -------- | ----------- |
| getTargetElement() | Returns the target element (`<Popover.Element/>`) |
| getContentElement() | Returns the content element (`<Popover.Content/>`) |
| isTargetElementExists() | Returns `true` whether the target element (`<Popover.Element/>`) exists |
| isContentElementExists() | Returns `true` whether the target element (`<Popover.Element/>`) exists |
| mouseEnter() | Trigger `mouseEnter` on the element |
| mouseLeave() | Trigger `mouseLeave` on the element |
| click() | Click on the element |
