mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 17:49:58 +00:00
chrome.cast class tests
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user