MCPcopy Create free account
hub / github.com/angular/angular / whenAllStable

Function whenAllStable

modules/playground/e2e_test/async/async_spec.ts:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89
90 it('should wait via frameworkStabilizer', async () => {
91 const whenAllStable = async (): Promise<any> => {
92 return await driver.executeAsyncScript('window.frameworkStabilizers[0](arguments[0]);');
93 };
94
95 const timeout = await driver.findElement(webdriver.By.css('#multiDelayedIncrements'));
96 const val = await timeout.findElement(webdriver.By.css('.val'));

Callers 1

async_spec.tsFile · 0.85

Calls 1

executeAsyncScriptMethod · 0.80

Tested by

no test coverage detected