(locator, sec)
| 3731 | } |
| 3732 | |
| 3733 | async waitUntilExists(locator, sec) { |
| 3734 | console.log(`waitUntilExists deprecated: |
| 3735 | * use 'waitForElement' to wait for element to be attached |
| 3736 | * use 'waitForDetached to wait for element to be removed'`) |
| 3737 | return this.waitForDetached(locator, sec) |
| 3738 | } |
| 3739 | |
| 3740 | /** |
| 3741 | * {{> waitForDetached }} |
nothing calls this directly
no test coverage detected