* Flushes change detection and async tasks in the Angular zone. * In most cases it should not be necessary to call this manually. However, there may be some edge * cases where it is needed to fully flush animation events.
()
| 460 | * cases where it is needed to fully flush animation events. |
| 461 | */ |
| 462 | protected async forceStabilize() { |
| 463 | return this.locatorFactory.forceStabilize(); |
| 464 | } |
| 465 | |
| 466 | /** |
| 467 | * Waits for all scheduled or running async tasks to complete. This allows harness |
nothing calls this directly
no test coverage detected