* {{> see }} *
(text, context)
| 1766 | * |
| 1767 | */ |
| 1768 | async see(text, context) { |
| 1769 | if (this.isWeb) return super.see(text, context) |
| 1770 | return super.see(text, parseLocator.call(this, context)) |
| 1771 | } |
| 1772 | |
| 1773 | /** |
| 1774 | * {{> selectOption }} |
no outgoing calls
no test coverage detected