wix-style-react
Version:
wix-style-react
18 lines (14 loc) • 695 B
Markdown
<!--
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 |