This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
q promise in DriverProvider.prototype.quitDriver #3902
Necessary for #3899 so that we return a WebDriver promise and don't mix promise types.
We did this because
quitDriver's promise gets passed toteardownEnvandshutdown_, each of which useqpromises. But we'll just have to move the rewrapping one level up I guess.