webdriverio: @wdio/devtools-service udpate to 6.4.0 causes timeout at browser.reloadSession()
after updating all components to 6.4.0, i’ve encountered an issue, that when I enable the devtools service, i’m getting a jasmine timeout, calling for `browser.reloadSession() after some research, i’ve found out that the code stuck here: https://github.com/webdriverio/webdriverio/blob/f596cd244d39a15f74dac760574e31bf2c7572d8/packages/webdriverio/src/commands/browser/reloadSession.js#L46
i’ve tried with version 6.3.7, and had no issue at all.
the code I used (doesn’t matter if you go to a url before or not):
describe('simple test', () => {
it(`Simple test verification`, () => {
browser.reloadSession();
});
});
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 17 (16 by maintainers)
Commits related to this issue
- fix for issue #5723 changed so on reload devtools sets puppeteer to null — committed to HananArgov/webdriverio by deleted user 4 years ago
- fix for issue #5723 (#5993) — committed to webdriverio/webdriverio by HananArgov 4 years ago
Hopefully today