Skip to content
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.

Don't rewrap WebDriver promise into q promise in DriverProvider.prototype.quitDriver #3902

Closed
@sjelin

Description

@sjelin

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 to teardownEnv and shutdown_, each of which use q promises. But we'll just have to move the rewrapping one level up I guess.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions