chrome.cast class tests

This commit is contained in:
hensm
2018-06-13 02:29:18 +01:00
parent 57933bb166
commit 8e3992da92
16 changed files with 316 additions and 9 deletions

View File

@@ -37,8 +37,8 @@ async function create () {
return driver;
}
async function destroy () {
await this.driver.quit();
function destroy (driver = this.driver) {
driver.quit();
}
module.exports = {