* {{> dontSeeCheckboxIsChecked }} *
(field)
| 1557 | * |
| 1558 | */ |
| 1559 | async dontSeeCheckboxIsChecked(field) { |
| 1560 | if (this.isWeb) return super.dontSeeCheckboxIsChecked(field) |
| 1561 | return super.dontSeeCheckboxIsChecked(parseLocator.call(this, field)) |
| 1562 | } |
| 1563 | |
| 1564 | /** |
| 1565 | * {{> dontSeeElement }} |
no outgoing calls
no test coverage detected