* {{> checkOption }} *
(field)
| 1532 | * |
| 1533 | */ |
| 1534 | async checkOption(field) { |
| 1535 | if (this.isWeb) return super.checkOption(field) |
| 1536 | return super.checkOption(parseLocator.call(this, field)) |
| 1537 | } |
| 1538 | |
| 1539 | /** |
| 1540 | * {{> click }} |
no outgoing calls
no test coverage detected