()
| 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')); |
no test coverage detected