-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
#343 updated the dependencies so that we support build_daemon ^0.6.0
. This version fixes race conditions and therefore we should be able to remove -j 1
. Unfortunately, calling await webdriver.quit()
within the teardown returns prior to webdriver actually finishes all calls. This results in a teardown failure. Probably should open an issue on package:webdriver
and just add an artificial await.
Metadata
Metadata
Assignees
Labels
type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)