* {{> waitToHide }}
(locator, sec = null)
| 2715 | * {{> waitToHide }} |
| 2716 | */ |
| 2717 | async waitToHide(locator, sec = null) { |
| 2718 | return this.waitForInvisible(locator, sec) |
| 2719 | } |
| 2720 | |
| 2721 | /** |
| 2722 | * {{> waitForDetached }} |
nothing calls this directly
no test coverage detected