(locator, sec)
| 2730 | } |
| 2731 | |
| 2732 | async waitUntilExists(locator, sec) { |
| 2733 | console.log(`waitUntilExists deprecated: |
| 2734 | * use 'waitForElement' to wait for element to be attached |
| 2735 | * use 'waitForDetached to wait for element to be removed'`) |
| 2736 | return this.waitForDetached(locator, sec) |
| 2737 | } |
| 2738 | |
| 2739 | /** |
| 2740 | * {{> waitForDetached }} |
nothing calls this directly
no test coverage detected